Minor fixes and improvements.

This commit is contained in:
Martín Lucas Golini
2023-09-05 19:51:36 -03:00
parent 13e2f20dd8
commit 3231dabbee
7 changed files with 48 additions and 28 deletions

View File

@@ -1578,7 +1578,7 @@ void LSPClientServer::publishDiagnostics( const json& msg ) {
PluginMessageType::Diagnostics,
PluginMessageFormat::Diagnostics, &res );
}
Log::debug( "LSPClientServer::publishDiagnostics: %s - returned %zu items",
Log::info( "LSPClientServer::publishDiagnostics: %s - returned %zu items",
res.uri.toString().c_str(), res.diagnostics.size() );
Log::debug( "LSPClientServer::publishDiagnostics: %s", msg.dump().c_str() );
}