##// END OF EJS Templates
channelstream: disabled channelstream no longer produces an error message.
super-admin -
r4787:8e36a5a6 default
parent child Browse files
Show More
@@ -48,7 +48,7 b' class ChannelstreamView(BaseAppView):'
48 48 self.channelstream_config = \
49 49 self.request.registry.rhodecode_plugins['channelstream']
50 50 if not self.channelstream_config.get('enabled'):
51 log.error('Channelstream plugin is disabled')
51 log.warning('Channelstream plugin is disabled')
52 52 raise HTTPBadRequest()
53 53
54 54 return c
General Comments 0
You need to be logged in to leave comments. Login now