apply new logmesg() overload to a bunch of cases.

This commit is contained in:
Axel Kohlmeyer
2021-04-21 22:53:41 -04:00
parent 0cf1252f1f
commit d2cdb318ab
42 changed files with 259 additions and 297 deletions

View File

@ -294,8 +294,7 @@ void Timer::modify_params(int narg, char **arg)
strftime(timebuf,32,"%H:%M:%S",tm);
}
utils::logmesg(lmp,fmt::format("New timer settings: style={} mode={} "
"timeout={}\n",timer_style[_level],
timer_mode[_sync],timebuf));
utils::logmesg(lmp,"New timer settings: style={} mode={} timeout={}\n",
timer_style[_level],timer_mode[_sync],timebuf);
}
}