Skip to content

Commit

Permalink
Merge pull request #205 from carbonblack/fix-errorlevel-logging-in-pb…
Browse files Browse the repository at this point in the history
…processor

Update pb_message_processor.go
  • Loading branch information
zacharyestep authored Oct 14, 2020
2 parents 9a96ce4 + a504204 commit 8558c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cb-event-forwarder/pb_message_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func ProcessRawZipBundle(routingKey string, body []byte, headers amqp.Table) ([]

newMsgs, err := ProcessProtobufBundle(routingKey, unzippedFile, headers)
if err != nil {
log.Errorf("Error processing zip filename %s: %s", zf.Name, err.Error())
log.Debugf("Error processing zip filename %s: %s", zf.Name, err.Error())

if config.DebugFlag {
// using anonymous func to encapsulate the defers
Expand Down

0 comments on commit 8558c2d

Please sign in to comment.