Disabled one logmessage

This commit is contained in:
Michiel Broek 2007-02-09 18:12:02 +00:00
parent 525f364aa7
commit 71991f66a8

View File

@ -70,8 +70,8 @@ void MacroVars( const char *codes, const char *fmt, ...)
dieselrc = diesel(tmp1,tmp2); dieselrc = diesel(tmp1,tmp2);
if (dieselrc) { if (dieselrc) {
Syslog('!', "MacroVars error %d argument %d, macro %c type %c", dieselrc, j, codes[j], fmt[j]); Syslog('!', "MacroVars error %d argument %d, macro %c type %c", dieselrc, j, codes[j], fmt[j]);
if (fmt[j] == 's') // if (fmt[j] == 's')
Syslogp('!', printable(va_arg(ap, char *), 0)); // Syslogp('!', printable(va_arg(ap, char *), 0));
Syslogp('!', printable(tmp1, 0)); Syslogp('!', printable(tmp1, 0));
Syslogp('!', printable(tmp2, 0)); Syslogp('!', printable(tmp2, 0));
} }