Add some debug informations

parent fab0668a
......@@ -380,7 +380,8 @@ def request_slave():
a(software_type)
partition = execute_db('partition', q, args, one=True)
if partition is None:
app.logger.warning('No partition corresponding to slave request')
app.logger.warning('No partition corresponding to slave request: %s') % \
args
abort(408)
# We set slave dictionnary as described in docstring
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment