mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-11 21:42:48 +03:00
Minor log level clean up.
Fixed setlocale from translator.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user