From a34402b79b38624a29ed8ea4e059af817266e6b8 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 3 Sep 2007 09:11:33 +0000 Subject: Implemented the first version of the XML request. Fixed eXpat incompatability with XML_Get/SetUserData and the void* in the handler functions. --- server/src/log.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/log.cc') diff --git a/server/src/log.cc b/server/src/log.cc index 384077b..92a77f6 100644 --- a/server/src/log.cc +++ b/server/src/log.cc @@ -36,7 +36,7 @@ void closelog(void); // Optional */ -void Pentominos::log(std::string message) +void log(std::string message) { syslog(LOG_CONS, // Write to console if error sending to system logger. message.c_str()); -- cgit v1.2.3