Commit 6ef2d2c9 authored by szh's avatar szh

add string

parent a0e71097
...@@ -481,7 +481,7 @@ func Unlock() error{ ...@@ -481,7 +481,7 @@ func Unlock() error{
return err return err
} }
if !reply.IsOk { if !reply.IsOk {
tlog.Error("unlock auth failed","err",reply.Msg) tlog.Error("unlock auth failed","err",string(reply.Msg))
} }
return nil return nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment