change some log level to error back

This commit is contained in:
weko 2023-03-31 12:16:32 +00:00
parent e36d5634e7
commit 710a35993d
10 changed files with 28 additions and 28 deletions

View file

@ -633,7 +633,7 @@ namespace client
ins.first->second->Start ();
}
ins.first->second->isUpdated = true;
LogPrint(eLogCritical, "Clients: I2P Client forward for endpoint ", end, " already exists");
LogPrint(eLogError, "Clients: I2P Client forward for endpoint ", end, " already exists");
}
} else {
@ -785,7 +785,7 @@ namespace client
else
{
ins.first->second->isUpdated = true;
LogPrint(eLogCritical, "Clients: I2P Server Forward for destination/port ", m_AddressBook.ToAddress(localDestination->GetIdentHash()), "/", port, " already exists");
LogPrint(eLogError, "Clients: I2P Server Forward for destination/port ", m_AddressBook.ToAddress(localDestination->GetIdentHash()), "/", port, " already exists");
}
continue;