mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[EVTLIB]: Don't spam the log with "add new record" lines.
svn path=/trunk/; revision=73152
This commit is contained in:
parent
fa7d321cf7
commit
4ce821ad14
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ Continue:
|
|||
break;
|
||||
}
|
||||
|
||||
EVTLTRACE1("Add new record %d @ offset 0x%x\n", pRecBuf->RecordNumber, FileOffset.QuadPart);
|
||||
EVTLTRACE("Add new record %d @ offset 0x%x\n", pRecBuf->RecordNumber, FileOffset.QuadPart);
|
||||
|
||||
RecordNumber++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue