fix: Add guards for converting Stat interface (might be nil)
[govpp.git] / core / log.go
index 035c159..5960d6b 100644 (file)
@@ -18,7 +18,7 @@ func init() {
        log.Out = os.Stdout
        if debug {
                log.Level = logger.DebugLevel
-               log.Debugf("debug mode enabled")
+               log.Debugf("govpp/core: debug mode enabled")
        }
 }