Skip to content

Commit

Permalink
Fix error messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertreat committed Nov 27, 2015
1 parent 6ad4e28 commit 49d7d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion throttler/throttler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 49d7d39

Please sign in to comment.