aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbingoo <bingoo.huang@gmail.com>2021-02-21 10:46:01 +0800
committerbingoo <bingoo.huang@gmail.com>2021-02-21 10:46:01 +0800
commit1af6c96cd02c2c6ace9cc3a7995e12bd653ae8fc (patch)
tree379ad246c62938e8c138ed231a34c86c6c4334b9
parentee082ae40248fec560704c2d71d0f7138999f546 (diff)
downloadseaweedfs-1af6c96cd02c2c6ace9cc3a7995e12bd653ae8fc.tar.xz
seaweedfs-1af6c96cd02c2c6ace9cc3a7995e12bd653ae8fc.zip
fix log help
-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..adb6ab5aa 100644
--- a/weed/glog/glog.go
+++ b/weed/glog/glog.go
@@ -74,8 +74,8 @@ import (
"bufio"
"bytes"
"errors"
- "flag"
"fmt"
+ flag "github.com/chrislusf/seaweedfs/weed/util/fla9"
"io"
stdLog "log"
"os"