more verbose warning msg

This commit is contained in:
Joachim Schoeberl 2023-02-11 20:25:23 +01:00
parent ff65434e46
commit da278ac7d0

View File

@ -94,7 +94,7 @@ namespace ngcore
if (first_overflow) if (first_overflow)
{ {
first_overflow = false; first_overflow = false;
NgProfiler::logger->warn("no more timer available, reusing last one"); NgProfiler::logger->warn( ("no more timer available ("+name+"), reusing last one").c_str());
} }
return 0; return 0;
} }