Skip to content

Commit

Permalink
changed log message level
Browse files Browse the repository at this point in the history
  • Loading branch information
akai-katto committed Jul 7, 2022
1 parent 57bcb4b commit 1af3d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dandere2x/dandere2xlib/wrappers/frame/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def load_from_string_controller(self, input_string, controller=Dandere2xControll
except ValueError:
logger.debug("Value Error - trying again")
except SyntaxError:
logger.warning("Caught Syntax error - trying again")
logger.debug("Caught Syntax error - trying again")

def save_image(self, out_location):
"""
Expand Down

0 comments on commit 1af3d27

Please sign in to comment.