fix deprecations/warnings
This commit is contained in:
parent
1a04d4e0bb
commit
5acb9df073
1 changed files with 2 additions and 2 deletions
|
@ -1887,7 +1887,7 @@ if __name__ == '__main__':
|
|||
# 'application' code
|
||||
logger.debug('debug message')
|
||||
logger.info('info message')
|
||||
logger.warn('warn message')
|
||||
logger.warning('warn message')
|
||||
logger.error('error message')
|
||||
logger.critical('critical message')
|
||||
|
||||
|
@ -1961,7 +1961,7 @@ if __name__ == '__main__':
|
|||
Source is %s
|
||||
Destination is %s''' % (args.action,args.sourcepath,args.destpath))
|
||||
else:
|
||||
logger.notset("""Version mkbackup_btrfs_config: %s
|
||||
logger.info("""Version mkbackup_btrfs_config: %s
|
||||
Version mkbackup-btrfs: %s
|
||||
Author: %s""" % (confversion,__version__,__author__))
|
||||
quit()
|
||||
|
|
Loading…
Reference in a new issue