提交 c34e865a 编写于 作者: T tstromberg

Improve warning message

上级 e8be75c7
......@@ -83,7 +83,7 @@ var serviceCmd = &cobra.Command{
for _, u := range urls {
_, err := url.Parse(u)
if err != nil {
glog.Warningf("unable to parse %s: %v (will not open)", u, err)
glog.Warningf("failed to parse url %q: %v (will not open)", u, err)
out.String(fmt.Sprintf("%s\n", u))
continue
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册