Merge lp://staging/~gary/launchpad/bug820347 into lp://staging/launchpad

Proposed by Gary Poster
Status: Merged
Approved by: Gary Poster
Approved revision: not available
Merged at revision: 13603
Proposed branch: lp://staging/~gary/launchpad/bug820347
Merge into: lp://staging/launchpad
Diff against target: 12 lines (+1/-1)
1 file modified
lib/lp/archivepublisher/model/ftparchive.py (+1/-1)
To merge this branch: bzr merge lp://staging/~gary/launchpad/bug820347
Reviewer Review Type Date Requested Status
Gary Poster (community) Approve
Review via email: mp+70319@code.staging.launchpad.net

Commit message

[r=gary][bug=820347] squelch unnecessary OOPSes from soyuz publisher

Description of the change

This very simple branch simply squelches some unnecessary OOPSes, per the change prescribed by Julian in https://bugs.launchpad.net/launchpad/+bug/820347 . The entire diff is just what Julian wrote:

=== modified file 'lib/lp/archivepublisher/model/ftparchive.py'
--- lib/lp/archivepublisher/model/ftparchive.py 2011-04-04 11:41:52 +0000
+++ lib/lp/archivepublisher/model/ftparchive.py 2011-08-03 15:05:49 +0000
@@ -156,7 +156,7 @@
         self.log.debug("Filepath: %s" % apt_config_filename)

         stdout_handler = OutputLineHandler(self.log.debug, "a-f: ")
- stderr_handler = OutputLineHandler(self.log.warning, "a-f: ")
+ stderr_handler = OutputLineHandler(self.log.info, "a-f: ")
         base_command = [
             "apt-ftparchive",
             "--no-contents",

Thanks

To post a comment you must log in.
Revision history for this message
Gary Poster (gary) wrote :

self-approving, since I'm simply applying what Julian did.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.