channelstream: disabled channelstream no longer produces an error message.
This commit is contained in:
parent
9a0f015ea3
commit
105310a809
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue