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. |
|
|
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