mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 08:52:59 +08:00
[REACTOS] Add '\n' to debug logs
on TRACE, WARN, FIXME and ERR calls. Plus a few nit picks.
This commit is contained in:
committed by
Stanislav Motylkov
parent
079131faca
commit
03422451b3
@@ -32,7 +32,7 @@ PrintElapsedTime (DWORD time,INT format)
|
||||
{
|
||||
DWORD h,m,s,ms;
|
||||
|
||||
TRACE ("PrintElapsedTime(%d,%d)",time,format);
|
||||
TRACE("PrintElapsedTime(%lu, %d)\n", time, format);
|
||||
|
||||
switch (format)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user