Switched to new SICS logging system

This commit is contained in:
2016-02-17 16:44:53 +01:00
parent 3ec4658208
commit 972e191795
17 changed files with 5 additions and 21 deletions

View File

@ -17,7 +17,6 @@ Markus Zolliker, March 2005
#include "logger.h"
#include "pardef.h"
#include "sugar.h"
#include "commandlog.h"
#include "dynstring.h"
#define ILLNUM -2
@ -174,7 +173,7 @@ int ParPrintf(void *object, int iOut, const char *fmt, ...)
if (con) {
SCWrite(con, buf, iOut); /* writes to command log when user or manager */
} else if (iOut >= 0) {
WriteToCommandLog(">", buf); /* no connection, write to commandlog only */
Log(INFO,"par", "%s", buf); /* no connection, write to commandlog only */
}
if (dyn)