mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
Modify log message from Error to Warning level
This commit is contained in:
parent
bbba60f34c
commit
79f8af688a
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ what is currently in the config and it could not convert the value
|
||||||
log.debug("Backing up old config file to %s~", filename)
|
log.debug("Backing up old config file to %s~", filename)
|
||||||
shutil.move(filename, filename + "~")
|
shutil.move(filename, filename + "~")
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
log.error("Error backing up old config..")
|
log.warning("Unable to backup old config...")
|
||||||
|
|
||||||
# The new config file has been written successfully, so let's move it over
|
# The new config file has been written successfully, so let's move it over
|
||||||
# the existing one.
|
# the existing one.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue