mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Streamline Log with print() and out()
This commit is contained in:
@@ -196,7 +196,7 @@ bool Peers::savePeer (const std::string& strIp, int iPort, char code)
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cerr << "Error saving Peer" << std::endl;
|
||||
Log::out() << "Error saving Peer";
|
||||
}
|
||||
|
||||
if (bNew)
|
||||
|
||||
Reference in New Issue
Block a user