]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
script/ptl-tool.py: Fixed error message
authorJos Collin <jcollin@redhat.com>
Tue, 3 Oct 2017 11:59:43 +0000 (17:29 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 3 Oct 2017 12:00:10 +0000 (17:30 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
src/script/ptl-tool.py

index 29cc22a65b80276a6a553d2b733570408a5e73b7..7694638c8aadf27da1a17d771491008bb978040a 100755 (executable)
@@ -123,7 +123,7 @@ def build_branch(args):
             base_path = args.base_path + base
             base = filter(lambda r: r.path == base_path, G.refs)[0]
         except IndexError:
-            log.error("Branch base does not exist!")
+            log.error("Branch " + base + " does not exist!")
             sys.exit(1)
 
         # So we know that we're not on an old test branch, detach HEAD onto ref: