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

Improved error report

parent 84560a68
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment