Minor log level clean up.

Fixed setlocale from translator.
This commit is contained in:
Martín Lucas Golini
2022-07-20 01:52:42 -03:00
parent 7372fe0051
commit e1bd9292fd
7 changed files with 44 additions and 24 deletions

View File

@@ -162,8 +162,8 @@ void FormatterPlugin::formatDoc( UICodeEditor* editor ) {
path = doc->getFilePath();
}
Log::info( "FormatterPlugin::formatDoc for %s took %.2fms", path.c_str(),
clock.getElapsedTime().asMilliseconds() );
Log::debug( "FormatterPlugin::formatDoc for %s took %.2fms", path.c_str(),
clock.getElapsedTime().asMilliseconds() );
}
void FormatterPlugin::runFormatter( UICodeEditor* editor, const Formatter& formatter,