From: Maxim Mamontov Date: Fri, 26 Jul 2013 17:39:19 +0000 (+0300) Subject: Debug. X-Git-Tag: 2.409~354 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/2e4de7bb1dcdf34bce1769c34c7cd42fb64637e2 Debug. --- diff --git a/stglibs/srvconf.lib/servconf.cpp b/stglibs/srvconf.lib/servconf.cpp index 0ca3028c..078466d7 100644 --- a/stglibs/srvconf.lib/servconf.cpp +++ b/stglibs/srvconf.lib/servconf.cpp @@ -379,6 +379,7 @@ return st_ok; //----------------------------------------------------------------------------- int SERVCONF::Start(const char *el, const char **attr) { +printfd(__FILE__, "<%s>\n", el); currParser->ParseStart(el, attr); return 0; }