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