diff options
author | deva <deva> | 2010-01-05 09:40:44 +0000 |
---|---|---|
committer | deva <deva> | 2010-01-05 09:40:44 +0000 |
commit | 74a25ea59f5649aec196b224b3aea57d2ba0f253 (patch) | |
tree | c96375493bd1de8638e7f778486eb27914607364 /server/src | |
parent | fc6e95c57f8f7f0acc083daf15dbac828e627e20 (diff) |
Fix test
Diffstat (limited to 'server/src')
-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; } |