Lines Matching refs:LogMsg
44 LogMsg(MSG_FAIL, "Transfer path split failed"); in BeginTransfer()
61 LogMsg(MSG_FAIL, "Transfer path failed, Master:%s Slave:%s", context->localPath.c_str(), in BeginTransfer()
100 LogMsg(MSG_FAIL, "Unknown file option: %s", argv[i]); in SetMasterParameters()
105 LogMsg(MSG_FAIL, "There is no local and remote path"); in SetMasterParameters()
113 LogMsg(MSG_FAIL, "There is no remote path"); in SetMasterParameters()
131 LogMsg(MSG_FAIL, "Operation failed, because the source folder is empty."); in SetMasterParameters()
179 … LogMsg(MSG_OK, "FileTransfer finish, Size:%lld, File count = %d, time:%lldms rate:%.2lfkB/s", in TransferSummary()
185 …LogMsg(MSG_FAIL, "Transfer Stop at:%lld/%lld(Bytes), Reason: %s", context->indexIO, context->fileS… in TransferSummary()
265 LogMsg(MSG_FAIL, "%s", errStr.c_str()); in SlaveCheck()
270 LogMsg(MSG_FAIL, "%s", errStr.c_str()); in SlaveCheck()
281 … LogMsg(MSG_FAIL, "Target file is the same date or newer,path: %s", ctxNow.localPath.c_str()); in SlaveCheck()