mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-15 08:27:34 +00:00
Do not log token (#570)
This commit is contained in:
@@ -858,7 +858,8 @@ bool ProcessCmd(const CommandContext& context, const PbDeviceDefinition& pb_devi
|
||||
s << ", ";
|
||||
}
|
||||
isFirst = false;
|
||||
s << "'" << param.first << "=" << param.second << "'";
|
||||
string value = param.first != "token" ? param.second : "???";
|
||||
s << "'" << param.first << "=" << value << "'";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user