Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Mar 26, 2015
1 parent e06dc43 commit b9e5a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/syslog/syslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
var hostname string

func init() {
hostname, _ := os.Hostname()
hostname, _ = os.Hostname()
router.AdapterFactories.Register(NewSyslogAdapter, "syslog")
}

Expand Down

0 comments on commit b9e5a1f

Please sign in to comment.