add debug print to diagnose crash

This commit is contained in:
Lion Kortlepel
2021-03-30 14:19:03 +02:00
parent 2d898f8665
commit 1c98921127
+2 -1
View File
@@ -36,7 +36,8 @@ std::string GetDate() {
<< " "; << " ";
} }
*/ */
return date.str(); warn(date.rdbuf()->str());
return std::string(date.str());
} }
TConsole::TConsole() { TConsole::TConsole() {