Skip to content

Commit

Permalink
Stale log statement after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ovalenti committed Apr 22, 2024
1 parent d478659 commit b19de33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/lib/CollectorConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void CollectorConfig::InitCollectorConfig(CollectorArgs* args) {
std::optional<IPNet> net = IPNet::parse(str);

if (net) {
CLOG(INFO) << "Private network : " << *net;
CLOG(INFO) << "Detail network : " << *net;
detailed_networks.emplace_back(std::move(*net));
} else {
CLOG(ERROR) << "Invalid network in ROX_DETAIL_NETWORKS : " << str;
Expand Down

0 comments on commit b19de33

Please sign in to comment.