diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/src/saxparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/saxparser.cc b/server/src/saxparser.cc index b5fb812..fcdf4fa 100644 --- a/server/src/saxparser.cc +++ b/server/src/saxparser.cc @@ -74,7 +74,7 @@ SAXParser::SAXParser() { p = XML_ParserCreate(NULL); if(!p) { - PRACRO_ERR_LOG(sax, "Couldn't allocate memory for parser\n"); + PRACRO_ERR(sax, "Couldn't allocate memory for parser\n"); // throw Exception(...); return; } |