Skip to content
Snippets Groups Projects
Commit 45419227 authored by Rick Carback's avatar Rick Carback
Browse files

Improved error report

parent 84560a68
No related branches found
No related tags found
No related merge requests found
...@@ -427,7 +427,7 @@ var rootCmd = &cobra.Command{ ...@@ -427,7 +427,7 @@ var rootCmd = &cobra.Command{
err = client.InitListeners() err = client.InitListeners()
if err != nil { 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) err = client.StartMessageReceiver(cb)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment