Convert byte array to string
This commit is contained in:
parent
a7f151e2d2
commit
bad7398b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ var logCmd = &cobra.Command{
|
|||
log.Print("read:", err)
|
||||
return
|
||||
}
|
||||
log.Print(message)
|
||||
log.Print(string(message))
|
||||
}
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue