X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5a5d7edb65eeaeafd0f06d3580d4861262ca5f81..2e4de7bb1dcdf34bce1769c34c7cd42fb64637e2:/stglibs/srvconf.lib/servconf.cpp 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; }