diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-02-20 22:35:18 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-20 22:35:18 -0800 |
| commit | 258e93bc861756fe92daf5bc09fb0ef2eab4aaf3 (patch) | |
| tree | 794843ac2f9a3a930a904e323edf0c08a9883f75 /weed/glog/glog.go | |
| parent | 03c643aa6b31fdbcfaf00d69d003f2dc446f2557 (diff) | |
| parent | 1af6c96cd02c2c6ace9cc3a7995e12bd653ae8fc (diff) | |
| download | seaweedfs-258e93bc861756fe92daf5bc09fb0ef2eab4aaf3.tar.xz seaweedfs-258e93bc861756fe92daf5bc09fb0ef2eab4aaf3.zip | |
Merge pull request #1823 from bingoohuang/master
feature: support command line arguments in a configuration file
Diffstat (limited to 'weed/glog/glog.go')
| -rw-r--r-- | weed/glog/glog.go | 2 |
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" |
