summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2010-01-05 09:40:44 +0000
committerdeva <deva>2010-01-05 09:40:44 +0000
commit74a25ea59f5649aec196b224b3aea57d2ba0f253 (patch)
treec96375493bd1de8638e7f778486eb27914607364
parentfc6e95c57f8f7f0acc083daf15dbac828e627e20 (diff)
Fix test
-rw-r--r--server/src/saxparser.cc2
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;
}