mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-20 01:40:29 +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()));
|
downloadedIds.emplace(from_hex(evJson.at("id").get_string()));
|
||||||
writer.inbox.push_move({ std::move(evJson), EventSourceType::Stream, url });
|
writer.inbox.push_move({ std::move(evJson), EventSourceType::Stream, url });
|
||||||
} else {
|
} 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 {
|
} else {
|
||||||
|
Reference in New Issue
Block a user