1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-03-31 01:59:52 +05:00

more verbose warning msg

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

@ -94,7 +94,7 @@ namespace ngcore
if (first_overflow)
{
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;
}