summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-01-06 16:58:16 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-01-06 16:58:16 +0000
commit0802b0bd3906ee36bf618cbbaa1b64a90120bcc6 (patch)
tree1d73a54eb5586029cee815306e1bbc177d181967
parent27d11a904dc6bdcfcea7d692bbc7353e12a38af1 (diff)
dgit: When reporting no such package, say `source package'
This may help a bit pending a fuller fix to #844206/#870496. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 69f983b..b6bfd56 100755
--- a/dgit
+++ b/dgit
@@ -257,7 +257,7 @@ sub forceing ($) {
}
sub no_such_package () {
- print STDERR f_ "%s: package %s does not exist in suite %s\n",
+ print STDERR f_ "%s: source package %s does not exist in suite %s\n",
$us, $package, $isuite;
finish 4;
}