From 31b887e4fa73920ea2c0c95160eabdc758f4fde0 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 13 Apr 2012 09:33:58 +0100 Subject: morphlib.git: fix submodule format string --- morphlib/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/git.py') diff --git a/morphlib/git.py b/morphlib/git.py index c37fe241..1e9190df 100644 --- a/morphlib/git.py +++ b/morphlib/git.py @@ -196,7 +196,7 @@ class Submodules(object): # add a submodule object to the list self.submodules.append(submodule) else: - self.msg('Skipping submodule "%s" as %s has ' + self.msg('Skipping submodule "%s" as %s:%s has ' 'a non-commit object for it' % (submodule.name, self.repo, self.ref)) except morphlib.execute.CommandFailure: -- cgit v1.2.1