Merge lp:~nataliabidart/ubuntu-sso-client/one-main-logger-stable into lp:ubuntu-sso-client/stable-1-0

Proposed by Natalia Bidart
Status: Merged
Approved by: Alejandro J. Cura
Approved revision: 626
Merged at revision: 626
Proposed branch: lp:~nataliabidart/ubuntu-sso-client/one-main-logger-stable
Merge into: lp:ubuntu-sso-client/stable-1-0
Diff against target: 11 lines (+1/-1)
1 file modified
ubuntu_sso/keyring.py (+1/-1)
To merge this branch: bzr merge lp:~nataliabidart/ubuntu-sso-client/one-main-logger-stable
Reviewer Review Type Date Requested Status
Alejandro J. Cura (community) Approve
John Lenton (community) Approve
Review via email: mp+36172@code.launchpad.net

Commit message

Avoid duplicating logging messages for module "main" (LP: #638981).

To post a comment you must log in.
Revision history for this message
John Lenton (chipaca) :
review: Approve
Revision history for this message
Alejandro J. Cura (alecu) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu_sso/keyring.py'
2--- ubuntu_sso/keyring.py 2010-09-10 19:44:44 +0000
3+++ ubuntu_sso/keyring.py 2010-09-21 17:37:41 +0000
4@@ -28,7 +28,7 @@
5 from ubuntu_sso.logger import setup_logging
6
7
8-logger = setup_logging("ubuntu_sso.main")
9+logger = setup_logging("ubuntu_sso.keyring")
10 TOKEN_SEPARATOR = ' @ '
11 SEPARATOR_REPLACEMENT = ' AT '
12

Subscribers

People subscribed via source and target branches