git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5a5d7ed
)
Debug.
author
Maxim Mamontov
<faust.madf@gmail.com>
Fri, 26 Jul 2013 17:39:19 +0000
(20:39 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Fri, 26 Jul 2013 17:39:19 +0000
(20:39 +0300)
stglibs/srvconf.lib/servconf.cpp
patch
|
blob
|
history
diff --git
a/stglibs/srvconf.lib/servconf.cpp
b/stglibs/srvconf.lib/servconf.cpp
index 0ca3028c9e881209cf4d881696c6aedc0ae9a41e..078466d7b7953076b59870c59db4dd0b64945f0b 100644
(file)
--- 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;
}