[*] This error should be logged under future telementry

(legacy 2020 print)
This commit is contained in:
Reece Wilson 2023-03-22 15:20:36 +00:00
parent c22a13ec56
commit 184ef34838

View File

@ -376,7 +376,7 @@ namespace Aurora::Time
if (!localtime_r(&timet, &ret))
#endif
{
AuLogWarn("Couldn't convert local civil time");
SysPushErrorGeneric("Couldn't convert local civil time");
return ToCivilTime(time, true);
}
}