aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgbp-pull2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp-pull b/gbp-pull
index 102168de..57a25100 100755
--- a/gbp-pull
+++ b/gbp-pull
@@ -40,7 +40,7 @@ def fast_forward_branch(branch, repo, options):
remote = repo.get_merge_branch(branch)
if not remote:
- gbp.log.err("Warning: no branch tracking '%s' found - skipping." % branch)
+ gbp.log.warn("No branch tracking '%s' found - skipping." % branch)
return False
can_fast_forward, up_to_date = repo.is_fast_forward(branch, remote)