From a0e694d7c04b927d664d384afb2ee27c373039ed Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Tue, 11 Oct 2016 19:35:12 +0800 Subject: [PATCH] Modify function name from SetDaemonLogLevel to SetLogLevel Signed-off-by: yuexiao-wang --- docker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.go b/docker.go index 969cd80876..d412a38b28 100644 --- a/docker.go +++ b/docker.go @@ -99,7 +99,7 @@ func showVersion() { } func dockerPreRun(opts *cliflags.ClientOptions) { - cliflags.SetDaemonLogLevel(opts.Common.LogLevel) + cliflags.SetLogLevel(opts.Common.LogLevel) if opts.ConfigDir != "" { cliconfig.SetConfigDir(opts.ConfigDir)