Skip to content
Snippets Groups Projects
Commit 95e13eec authored by deuce's avatar deuce
Browse files

Fix the previous serious warning correctly... this starts with \n...

parent b2d83478
Branches
Tags
No related merge requests found
......@@ -579,7 +579,7 @@ int send_byte(void* unused, uchar ch, unsigned timeout)
result=WaitForEvent(outbuf_empty,timeout*1000);
fprintf(statfp,"\b\b\b\b \b\b\b\b");
if(result!=WAIT_OBJECT_0) {
lprintf(LOG_INFO
fprintf(statfp
,"\n!TIMEOUT (%d) waiting for output buffer to flush (%u seconds, %u bytes)\n"
,result, timeout, RingBufFull(&outbuf));
newline=TRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment