~robru/friends/refresh-fixup

« back to all changes in this revision

Viewing changes to friends/service/connection.py

  • Committer: Robert Bruce Park
  • Date: 2012-10-19 18:32:18 UTC
  • Revision ID: robert.park@canonical.com-20121019183218-0s7b5yk7cizwad3k
Make logging *much* more explicit about what is being logged from where.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    DISCONNECTED = 4
51
51
 
52
52
 
53
 
log = logging.getLogger('friends.service')
 
53
log = logging.getLogger(__name__)
54
54
_State = None
55
55
 
56
56