From e1661bd8288924f532c67c282d5d728042c65c44 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 22 Jan 2011 13:42:19 +0100 Subject: git-buildpackage: print the "Looking for tarball..." message at debug level There's no need to print two messages in the default logging level. --- git-buildpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-buildpackage b/git-buildpackage index f26dfd96..8e8af02b 100755 --- a/git-buildpackage +++ b/git-buildpackage @@ -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: -- cgit v1.2.3