- bug fixes and improvements

This commit is contained in:
zolliker
2011-03-25 14:28:45 +00:00
parent ccae9f0d16
commit 1384d9034a
12 changed files with 366 additions and 242 deletions

View File

@ -151,7 +151,7 @@ int ParPrintf(void *object, int iOut, const char *fmt, ...)
return 0; /* no connection, no verbose output */
if (-iOut > pobj->verbose)
return 0; /* check verbosity level */
iOut = eValue;
iOut = eLog;
}
va_start(ap, fmt);