]> code.citadel.org Git - citadel.git/blobdiff - citadel/textclient/citadel.c
Removed the logging facility from citserver, use syslog instead
[citadel.git] / citadel / textclient / citadel.c
index 91a2d786cb6c1c4ebaae0eb9b96532cc988033e2..94ca65341bd8b62e59fecc0d1556e0815b597762 100644 (file)
@@ -128,12 +128,12 @@ int enable_syslog = 0;
 
 
 /*
- * CtdlLogPrintf()  ...   Write logging information; 
+ * syslog()  ...   Write logging information; 
  *                  simple here to have the same 
  *                  symbols in the client.
  */
 
-void CtdlLogPrintf(enum LogLevel loglevel, const char *format, ...) {   
+void syslog(enum LogLevel loglevel, const char *format, ...) {   
        va_list arg_ptr;
 
        va_start(arg_ptr, format);