Fix import path in examples/binapi
[govpp.git] / core / log.go
index aaef4cc..5960d6b 100644 (file)
@@ -18,6 +18,7 @@ func init() {
        log.Out = os.Stdout
        if debug {
                log.Level = logger.DebugLevel
+               log.Debugf("govpp/core: debug mode enabled")
        }
 }