mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
windows-log-crlf-20061006
use CR-LF as the afsd.log EOL so that it can be read with notepad.exe
This commit is contained in:
parent
04b51cc8df
commit
ffe5092c31
@ -239,7 +239,7 @@ void osi_LogPrint(osi_log_t *logp, FILE_HANDLE handle)
|
|||||||
lep->parms[0], lep->parms[1],
|
lep->parms[0], lep->parms[1],
|
||||||
lep->parms[2], lep->parms[3]);
|
lep->parms[2], lep->parms[3]);
|
||||||
snprintf(wholemsg, sizeof(wholemsg),
|
snprintf(wholemsg, sizeof(wholemsg),
|
||||||
"time %d.%06d, tid %d %s\n",
|
"time %d.%06d, tid %d %s\r\n",
|
||||||
lep->micros / 1000000,
|
lep->micros / 1000000,
|
||||||
lep->micros % 1000000,
|
lep->micros % 1000000,
|
||||||
lep->tid, msg);
|
lep->tid, msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user