diff options
Diffstat (limited to 'install/certmonger/ipa-server-guard')
-rwxr-xr-x | install/certmonger/ipa-server-guard | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/certmonger/ipa-server-guard b/install/certmonger/ipa-server-guard index 5e31d89b7..cd6654a09 100755 --- a/install/certmonger/ipa-server-guard +++ b/install/certmonger/ipa-server-guard @@ -49,7 +49,7 @@ def main(): try: sys.exit(main()) -except Exception, e: +except Exception as e: syslog.syslog(syslog.LOG_ERR, traceback.format_exc()) print "Internal error" sys.exit(3) |