diff --git a/cmd/root.go b/cmd/root.go index fdca31aee1171ab8b8dab672415aa3295080b498..51365f25d5f59c4d7d580bd5ccc87af1b90912cc 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -427,7 +427,7 @@ var rootCmd = &cobra.Command{ err = client.InitListeners() if err != nil { - globals.Log.FATAL.Panicf("Could not initialize receivers: %s\n", err) + globals.Log.FATAL.Panicf("Could not initialize receivers: %+v\n", err) } err = client.StartMessageReceiver(cb)