Skip to content

Commit

Permalink
if chathandler is noop, log using warn instead of info
Browse files Browse the repository at this point in the history
  • Loading branch information
rasahner committed Jan 14, 2016
1 parent 4c014c1 commit 7361cd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public Firehose connect(MapInputRowParser firehoseParser) throws IOException
chatHandlerProvider.get().register(serviceName.replaceAll(".*:", ""), firehose); // rofl
}
} else {
log.info("No chathandler detected");
log.warn("No chathandler detected");
}

eventReceiverFirehoseRegister.register(serviceName, firehose);
Expand Down

0 comments on commit 7361cd1

Please sign in to comment.