unsigned output log

This commit is contained in:
jsorg71 2010-08-16 04:05:03 +00:00
parent befb33c893
commit b37ea27144
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ main_cleanup(void);
{ \
if (_a < LOG_LEVEL) \
{ \
g_write("xrdp-chansrv [%10.10d]: ", g_time3()); \
g_write("xrdp-chansrv [%10.10u]: ", g_time3()); \
g_writeln _params ; \
} \
}