mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 17:37:43 +00:00
fix lapse of judgement on logging
This commit is contained in:
@ -75,7 +75,7 @@ void cmd_stream(const std::vector<std::string> &subArgs) {
|
||||
downloadedIds.emplace(from_hex(evJson.at("id").get_string()));
|
||||
writer.inbox.push_move({ std::move(evJson), EventSourceType::Stream, url });
|
||||
} else {
|
||||
LW << "[" << ws.connected_addr << "] write policy blocked event" << from_hex(evJson.at("id").get_string()) << ": " << okMsg;
|
||||
LI << "[" << ws.connected_addr << "] write policy blocked event " << evJson.at("id").get_string() << ": " << okMsg;
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user