Changed LZS warning from fprintf to syslog

This commit is contained in:
Michael Hipp 1998-12-01 12:59:38 +00:00
parent dd4b89863b
commit 1b5de430b6
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ static void ccp_resetci(fsm *f)
opt_buf[4] = LZS_CMODE_SEQNO;
if(ccp_test(unit, opt_buf, CILEN_LZS_COMPRESS, 0) <= 0) {
go->lzs = 0;
fprintf(stderr, "kernel check for LZS failed\n");
syslog(LOG_NOTICE,"Kernel check for LZS failed\n");
}
}
}