Closed choksi81 closed 10 years ago
There are multiple calls to servicelogger.log(str(e)) in except blocks of softwareupdater.py. This does not log any traceback information so it is difficult to determine the cause of unexpected errors.
servicelogger.log(str(e))
Author: justinc Fixed in r2473.
There are multiple calls to
servicelogger.log(str(e))
in except blocks of softwareupdater.py. This does not log any traceback information so it is difficult to determine the cause of unexpected errors.