mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
more verbose warning msg
This commit is contained in:
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user