if chathandler is noop, log using warn instead of info

This commit is contained in:
Robin 2016-01-14 10:12:42 -06:00
parent 4c014c1574
commit 7361cd173f
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class EventReceiverFirehoseFactory implements FirehoseFactory<MapInputRow
chatHandlerProvider.get().register(serviceName.replaceAll(".*:", ""), firehose); // rofl
}
} else {
log.info("No chathandler detected");
log.warn("No chathandler detected");
}
eventReceiverFirehoseRegister.register(serviceName, firehose);