Merge lp:~mikemc/ubuntuone-client/fix-log-typo into lp:ubuntuone-client

Proposed by Mike McCracken on 2012-08-27
Status: Merged
Approved by: Brian Curtin on 2012-08-27
Approved revision: 1297
Merged at revision: 1297
Proposed branch: lp:~mikemc/ubuntuone-client/fix-log-typo
Merge into: lp:ubuntuone-client
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntuone/platform/filesystem_notifications/monitor/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~mikemc/ubuntuone-client/fix-log-typo
Reviewer Review Type Date Requested Status
Brian Curtin (community) 2012-08-27 Approve on 2012-08-27
Review via email: mp+121513@code.launchpad.net

Commit Message

- Fix typo in log format specifier.

Description of the Change

- Fix typo in log format specifier.

To post a comment you must log in.
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/platform/filesystem_notifications/monitor/__init__.py'
2--- ubuntuone/platform/filesystem_notifications/monitor/__init__.py 2012-08-27 20:13:00 +0000
3+++ ubuntuone/platform/filesystem_notifications/monitor/__init__.py 2012-08-27 22:33:21 +0000
4@@ -93,7 +93,7 @@
5
6 # retrieve the correct class and assert it can be used
7 cls = FILEMONITOR_IDS[monitor_id]
8- logger.debug('Checking availability of monitor class %ns', cls)
9+ logger.debug('Checking availability of monitor class %s', cls)
10 is_available = yield cls.is_available_monitor()
11
12 if is_available:

Subscribers

People subscribed via source and target branches