reduce logging

This commit is contained in:
MrBesen 2022-08-24 16:28:15 +02:00
parent 5bb58008c7
commit c8341ef491
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ std::shared_ptr<ClientAccess> ClientAccess::find(bool uselockfile) {
// display information about each process in turn
do {
std::string exename = narrow((WCHAR*) pe32.szExeFile, sizeof(pe32.szExeFile));
Log::note << "found process: " << exename;
// Log::note << "found process: " << exename;
if(exename == CLIENTNAME) {
Log::info << CLIENTNAME << " found";