mirror of
https://github.com/glest/glest-source.git
synced 2025-02-23 19:22:40 +01:00
- added time to error console output log items
This commit is contained in:
parent
6439d98146
commit
27316e8912
@ -603,7 +603,7 @@ void SystemFlags::logDebugEntry(DebugType type, string debugEntry, time_t debugT
|
||||
printf("[%s] %s", szBuf2, debugEntry.c_str());
|
||||
}
|
||||
else if (type == debugError) {
|
||||
printf("*ERROR* %s", debugEntry.c_str());
|
||||
printf("*ERROR* [%s] %s", szBuf2,debugEntry.c_str());
|
||||
}
|
||||
else {
|
||||
printf("%s", debugEntry.c_str());
|
||||
|
Loading…
x
Reference in New Issue
Block a user