mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix missing file names for new Log partition code
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
#include "CallRPC.h"
|
||||
|
||||
SETUP_LOG (RPCSub)
|
||||
|
||||
RPCSub::RPCSub(const std::string& strUrl, const std::string& strUsername, const std::string& strPassword)
|
||||
: mUrl(strUrl), mSSL(false), mUsername(strUsername), mPassword(strPassword), mSending(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user