mirror of
https://github.com/gryf/ferrit.git
synced 2026-02-14 14:15:45 +01:00
Fix version string and http server output
This commit is contained in:
@@ -27,7 +27,7 @@ openstack
|
||||
openstack/nova
|
||||
openstack/neutron
|
||||
"""
|
||||
GERRIT_CMD_VERSION = "ferrit version 1.0.0\n"
|
||||
GERRIT_CMD_VERSION = "ferrit version 2.16.7\n"
|
||||
GERRIT_SHELL_MSG = """\r
|
||||
**** Welcome to Ferrit Code Review ****\r
|
||||
\r
|
||||
@@ -99,7 +99,7 @@ class Server(paramiko.ServerInterface):
|
||||
|
||||
def check_global_request(self, kind, msg):
|
||||
LOG.debug('%s', inspect.stack()[0][3])
|
||||
LOG.debug('kind: %s, msg: %s', kind, msg)
|
||||
LOG.debug('kind: %s, msg: %s', kind, str(msg))
|
||||
return True
|
||||
|
||||
def check_channel_env_request(self, channel, name, value):
|
||||
|
||||
Reference in New Issue
Block a user