Skip to content

Commit

Permalink
moved spam message verbosity from SYSYEM -> DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Mar 21, 2022
1 parent c9f5d67 commit 3a33e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LanguageServer/LanguageServerCluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ void LanguageServerCluster::OnWorkspaceOpen(clWorkspaceEvent& event)
void LanguageServerCluster::SetWorkspaceType(FileExtManager::FileType type)
{
LanguageServerProtocol::workspace_file_type = type;
clSYSTEM() << "*** LSP: workspace type is set:" << LanguageServerProtocol::workspace_file_type << "***" << endl;
clDEBUG() << "*** LSP: workspace type is set:" << LanguageServerProtocol::workspace_file_type << "***" << endl;
}

void LanguageServerCluster::StopAll(const std::unordered_set<wxString>& languages)
Expand Down

0 comments on commit 3a33e8d

Please sign in to comment.