aboutsummaryrefslogtreecommitdiff
path: root/weed/glog/glog.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/glog/glog.go')
-rw-r--r--weed/glog/glog.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/glog/glog.go b/weed/glog/glog.go
index f46632f1c..50fa73e1a 100644
--- a/weed/glog/glog.go
+++ b/weed/glog/glog.go
@@ -22,7 +22,7 @@
//
// glog.Info("Prepare to repel boarders")
//
-// glog.Fatalf("Initialization failed: %s", err)
+// log.Fatalf("Initialization failed: %s", err)
//
// See the documentation for the V function for an explanation of these examples:
//