Skip to content
Snippets Groups Projects
Commit 93a19734 authored by Josh Brooks's avatar Josh Brooks
Browse files

Bump a DEBUG print to trace

parent 1a337ca7
No related branches found
No related tags found
1 merge request!510Release
......@@ -129,7 +129,7 @@ func (m *pickup) processMessageRetrieval(comms MessageRetrievalComms,
}
jww.DEBUG.Printf("messages: %v\n", bundle.Messages)
jww.TRACE.Printf("messages: %v\n", bundle.Messages)
if len(bundle.Messages) != 0 {
// If successful and there are messages, we send them to another
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment