Commit e64af52e authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

wip

parent 9df280f3
......@@ -261,7 +261,7 @@ def getFileLog():
content = f.read()
return jsonify(code=1, result=html_escape(content))
except Exception:
return jsonify(code=0, result="Warning: Log file doesn't exist yet or empty log!!")
return jsonify(code=0, result="Warning: Log file doesn't exist yet or empty log!!\n%s\n%s" % (request.form, file_path))
def stopAllPartition():
......
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