aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-buildpackage
diff options
context:
space:
mode:
Diffstat (limited to 'git-buildpackage')
-rwxr-xr-xgit-buildpackage2
1 files changed, 1 insertions, 1 deletions
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: