Switched to new SICS logging system
This commit is contained in:
3
pardef.c
3
pardef.c
@ -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)
|
||||
|
Reference in New Issue
Block a user