Skip to content

Commit

Permalink
Fix logger output
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Jan 26, 2017
1 parent 3614de4 commit c7197eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/clawiod/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func main() {

hostname, err := os.Hostname()
if err != nil {
logger.Error().Log("error", err)
mainLogger.Error().Log("error", err)
os.Exit(1)
}

Expand Down

0 comments on commit c7197eb

Please sign in to comment.