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:
@@ -1014,10 +1014,10 @@ void callRPC (
|
||||
// Connect to localhost
|
||||
if (!theConfig.QUIET)
|
||||
{
|
||||
std::cerr << "Connecting to: " << strIp << ":" << iPort << std::endl;
|
||||
// std::cerr << "Username: " << strUsername << ":" << strPassword << std::endl;
|
||||
// std::cerr << "Path: " << strPath << std::endl;
|
||||
// std::cerr << "Method: " << strMethod << std::endl;
|
||||
Log::out() << "Connecting to: " << strIp << ":" << iPort;
|
||||
// Log::out() << "Username: " << strUsername << ":" << strPassword;
|
||||
// Log::out() << "Path: " << strPath;
|
||||
// Log::out() << "Method: " << strMethod;
|
||||
}
|
||||
|
||||
// HTTP basic authentication
|
||||
|
||||
Reference in New Issue
Block a user