Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-kent committed Dec 6, 2015
1 parent 1dfb973 commit 200ff5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ func Configure() *Config {
log.Fatalf("Invalid storage type %s", cfg.StorageType)
}

Jim.Configure(func(message string, args ...interface{}) {
log.Printf(message, args...)
})
if cfg.InviteJim {
Jim.Configure(func(message string, args ...interface{}) {
log.Printf(message, args...)
})
cfg.Monkey = Jim
}

Expand Down

0 comments on commit 200ff5a

Please sign in to comment.