xmlrpcpp tracing

This commit is contained in:
David Freese 2020-12-06 20:12:52 -06:00
parent f3e062225b
commit 9529d8b789

View file

@ -69,6 +69,7 @@ public:
#ifdef USE_WINDOWS_DEBUG
// OutputDebugString(msg); OutputDebugString("\n");
#else
rpc_trace(1, msg);
// std::cerr << msg << std::endl;
#endif
}