mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-15 08:27:34 +00:00
Updated logging
This commit is contained in:
@@ -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 << "'";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user