From: Ian Jackson Date: Tue, 31 Dec 2019 12:52:38 +0000 (+0000) Subject: catacomb-import-update: Improve a warning message X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=8c7542c30f90ceec20ed55c67024d6eb25f7dd66;p=secnet.git catacomb-import-update: Improve a warning message This is a bit incomprehensible without the filename. Signed-off-by: Ian Jackson --- diff --git a/catacomb-import-update b/catacomb-import-update index 43fc780..9deeddf 100755 --- a/catacomb-import-update +++ b/catacomb-import-update @@ -81,7 +81,7 @@ sub note_path ($$) { } } defined $donor_rev or - moan "failed to find upstream version in commit $recip_rev"; + moan "failed to find upstream version of $donor in commit $recip_rev"; $RECIP_CACHE{$recip_rev} = $donor_rev; } $DONOR_PATH_MAP{$donor} = $recip;