diff --git a/logging/golog/golog.go b/logging/golog/golog.go index 4e2cca8..5b12492 100644 --- a/logging/golog/golog.go +++ b/logging/golog/golog.go @@ -9,7 +9,7 @@ import ( // Just import this package alongside goirc/client and call // golog.Init() in your main() to set things up. func Init() { - l := log.InitFromFlags() + l := log.NewFromFlags() l.SetDepth(1) logging.SetLogger(l) }