Updated logging

This commit is contained in:
Uwe Seimet 2021-09-16 13:03:14 +02:00
parent 2aea71820c
commit 9266852ae2

View File

@ -1206,7 +1206,7 @@ bool ProcessCmd(int fd, const PbDeviceDefinition& pb_device, const PbCommand& co
s << ", ";
}
isFirst = false;
s << param.first << "=" << param.second;
s << "'" << param.first << "=" << param.second << "'";
}
}
@ -1220,7 +1220,7 @@ bool ProcessCmd(int fd, const PbDeviceDefinition& pb_device, const PbCommand& co
s << ", ";
}
isFirst = false;
s << param.first << "=" << param.second;
s << "'" << param.first << "=" << param.second << "'";
}
}