Merge lp:~ovais-tariq/twindb-agent/bug-1428766 into lp:twindb-agent

Proposed by Ovais Tariq
Status: Merged
Approved by: Aleksandr Kuzminsky
Approved revision: 12
Merged at revision: 13
Proposed branch: lp:~ovais-tariq/twindb-agent/bug-1428766
Merge into: lp:twindb-agent
Diff against target: 21 lines (+2/-2)
1 file modified
twindb.py (+2/-2)
To merge this branch: bzr merge lp:~ovais-tariq/twindb-agent/bug-1428766
Reviewer Review Type Date Requested Status
Aleksandr Kuzminsky Approve
Review via email: mp+252192@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Aleksandr Kuzminsky (akuzminsky) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'twindb.py'
2--- twindb.py 2015-03-05 07:02:28 +0000
3+++ twindb.py 2015-03-07 02:52:52 +0000
4@@ -797,7 +797,7 @@
5 logger.debug("Getting registration status for server_id = %s" % server_id)
6
7 twindb_email = "%s@twindb.com" % server_id
8- logger.info("Reading GPG public key of %s." % twindb_email)
9+ logger.debug("Reading GPG public key of %s." % twindb_email)
10
11 enc_public_key = None
12 # Reading the GPG key
13@@ -1192,7 +1192,7 @@
14 # Generate GPG key
15 enc_public_key = None
16 try:
17- logger.info("Reading GPG public key of %s." % twindb_email)
18+ logger.debug("Reading GPG public key of %s." % twindb_email)
19 p1 = subprocess.Popen(["gpg", "--homedir", gpg_homedir,
20 "--armor", "--export", twindb_email],
21 stdout=subprocess.PIPE)

Subscribers

People subscribed via source and target branches