This commit is contained in:
Louis Vézina 2017-11-09 16:23:00 -05:00
parent 52ec5fed8a
commit 26b4eb3bb4
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ def save_settings():
def check_update():
ref = request.environ['HTTP_REFERER']
root.info(check_and_apply_update())
root.warning(check_and_apply_update())
redirect(ref)