Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_contact_list.py @ 1009:d1084f7e56a5
quick_frontend: use of new logging system
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 05 May 2014 18:58:34 +0200 |
parents | 6f1e03068b5f |
children | 0a9986452bba |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_contact_list.py Mon May 05 18:58:34 2014 +0200 +++ b/frontends/src/quick_frontend/quick_contact_list.py Mon May 05 18:58:34 2014 +0200 @@ -18,14 +18,15 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. from sat.core.i18n import _ -from logging import debug +from sat.core.log import getLogger +log = getLogger(__name__) class QuickContactList(object): """This class manage the visual representation of contacts""" def __init__(self): - debug(_("Contact List init")) + log.debug(_("Contact List init")) self._cache = {} self.specials={}