Infof and Debugf in places we use formatting (#102)

* no message
* no message
This commit is contained in:
gadotroee
2021-07-12 14:53:26 +03:00
committed by GitHub
parent f03df50def
commit ec18d96b45
4 changed files with 22 additions and 22 deletions

View File

@@ -51,7 +51,7 @@ func main() {
tapTargets := getTapTargets()
if tapTargets != nil {
tap.SetFilterAuthorities(tapTargets)
rlog.Info("Filtering for the following authorities:", tap.GetFilterIPs())
rlog.Infof("Filtering for the following authorities: %v", tap.GetFilterIPs())
}
harOutputChannel, outboundLinkOutputChannel := tap.StartPassiveTapper(tapOpts)