From 74a25ea59f5649aec196b224b3aea57d2ba0f253 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 5 Jan 2010 09:40:44 +0000 Subject: Fix test --- server/src/saxparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3