aboutsummaryrefslogtreecommitdiffstats
path: root/core/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/log.go')
-rw-r--r--core/log.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/log.go b/core/log.go
index 035c159..5960d6b 100644
--- a/core/log.go
+++ b/core/log.go
@@ -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")
}
}