git-buildpackage: print the "Looking for tarball..." message at debug level
authorGuido Günther <agx@sigxcpu.org>
Sat, 22 Jan 2011 12:42:19 +0000 (13:42 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sat, 22 Jan 2011 12:42:19 +0000 (13:42 +0100)
There's no need to print two messages in the default logging level.

git-buildpackage

index f26dfd963d22907b976494fe40b12cc0a184b966..8e8af02be0b57a3a29a21983687296882d716e17 100755 (executable)
@@ -359,7 +359,7 @@ def main(argv):
 
                 # look in tarball_dir first, if found force a symlink to it
                 if options.tarball_dir:
-                    gbp.log.info("Looking for orig tarball '%s' at '%s'" % (orig_file, tarball_dir))
+                    gbp.log.debug("Looking for orig tarball '%s' at '%s'" % (orig_file, tarball_dir))
                     if not du.symlink_orig(cp, options.comp_type, tarball_dir, output_dir, force=True):
                         gbp.log.info("Orig tarball '%s' not found at '%s'" % (orig_file, tarball_dir))
                     else: