← Back to team overview

zeitgeist team mailing list archive

Re: lp:~manishsinha/zeitgeist/fix-744818-fix-daemon-crash-on-replace-missing into lp:zeitgeist

 

Hey Manish,

Thanks for looking into this.

2011/4/24 Manish Sinha (मनीष सिन्हा <manishsinha@xxxxxxxxxx>:
> +               logging.info("Failed to setup the RemoteInterface")
> +               logging.info(e.message)

"info" level is for messages no one cares about. This should be some
higher level, possibly "critical".

__main__:1: DeprecationWarning: BaseException.message has been
deprecated as of Python 2.6
Looks like they want us to use e.args[0].

-- 
https://code.launchpad.net/~manishsinha/zeitgeist/fix-744818-fix-daemon-crash-on-replace-missing/+merge/58886
Your team Zeitgeist Framework Team is requested to review the proposed merge of lp:~manishsinha/zeitgeist/fix-744818-fix-daemon-crash-on-replace-missing into lp:zeitgeist.


References