diff --git a/throttler/throttler.go b/throttler/throttler.go index 63fe321..3a95858 100644 --- a/throttler/throttler.go +++ b/throttler/throttler.go @@ -60,7 +60,7 @@ func setup(t throttler, cfg *Config) { } if err := t.setup(cfg); err != nil { - fmt.Println("I couldn't setup the packet rules: %s", err.Error()) + fmt.Println("I couldn't setup the packet rules:", err.Error()) os.Exit(1) }