Logging update

This commit is contained in:
Uwe Seimet 2021-08-31 22:16:52 +02:00
parent b7ba01f97f
commit dea9642c92

View File

@ -1037,7 +1037,7 @@ bool ProcessCmd(const int fd, const PbCommand& command)
s << id;
isFirst = false;
}
LOGINFO("Reserved IDs: %s", s.str().c_str());
LOGINFO("Reserved IDs set to: %s", s.str().c_str());
return ReturnStatus(fd);
}