mirror of
https://github.com/akuker/RASCSI.git
synced 2025-02-16 19:31:09 +00:00
Updated logging
This commit is contained in:
parent
2aea71820c
commit
9266852ae2
@ -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 << "'";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user