diff --git a/rhodecode/apps/channelstream/views.py b/rhodecode/apps/channelstream/views.py --- a/rhodecode/apps/channelstream/views.py +++ b/rhodecode/apps/channelstream/views.py @@ -48,7 +48,7 @@ class ChannelstreamView(BaseAppView): self.channelstream_config = \ self.request.registry.rhodecode_plugins['channelstream'] if not self.channelstream_config.get('enabled'): - log.error('Channelstream plugin is disabled') + log.warning('Channelstream plugin is disabled') raise HTTPBadRequest() return c