Skip to content
Snippets Groups Projects
Commit 52f10dde authored by Alan De Smet's avatar Alan De Smet
Browse files

use logging.critical, not logging.fatal

fatal is an undocumented alias for critical
parent 9459db9f
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ def main():
os.symlink(src, dst)
except csppfetch.DownloadsFailedException as e:
logging.fatal(str(e))
logging.critical(str(e))
return 1
if not args.keep_old:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment