aboutsummaryrefslogtreecommitdiff
path: root/weed/glog/README
diff options
context:
space:
mode:
Diffstat (limited to 'weed/glog/README')
-rw-r--r--weed/glog/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/glog/README b/weed/glog/README
index 5f9c11485..76cdabdc5 100644
--- a/weed/glog/README
+++ b/weed/glog/README
@@ -24,7 +24,7 @@ The comment from glog.go introduces the ideas:
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: