git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ticket. The time_t currentTime parameter added in
[stg.git]
/
stglibs
/
srvconf.lib
/
servconf.cpp
diff --git
a/stglibs/srvconf.lib/servconf.cpp
b/stglibs/srvconf.lib/servconf.cpp
index 71d36a7be9da4b2b2ade04168bee4c8e891d7ff9..046190ee25bcf9381d69cb5876a4cd8de95decb4 100644
(file)
--- a/
stglibs/srvconf.lib/servconf.cpp
+++ b/
stglibs/srvconf.lib/servconf.cpp
@@
-111,7
+111,6
@@
if (XML_Parse(sc->parser, chunk.c_str(), chunk.length(), final) == XML_STATUS_ER
static_cast<int>(XML_GetCurrentLineNumber(sc->parser)),
static_cast<int>(XML_GetCurrentColumnNumber(sc->parser)),
XML_ErrorString(XML_GetErrorCode(sc->parser)), (int)final);
- printf("%s\n", sc->errorMsg.c_str());
return false;
}