nic_router: fix indentation in verbose log

Ref #2193
This commit is contained in:
Martin Stein 2017-02-10 21:49:54 +01:00 committed by Christian Helmuth
parent 959b80bab1
commit a4d110aa60

View File

@ -62,7 +62,7 @@ Transport_rule::Transport_rule(Domain_tree &domains,
_permit_single_rules.insert(&rule);
if (config.verbose()) {
log(protocol, " rule: ", _dst, " ", rule); }
log(" ", protocol, " rule: ", _dst, " ", rule); }
}
catch (Rule::Invalid) { warning("invalid permit rule"); }
});