From 8c7542c30f90ceec20ed55c67024d6eb25f7dd66 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 31 Dec 2019 12:52:38 +0000 Subject: [PATCH] catacomb-import-update: Improve a warning message This is a bit incomprehensible without the filename. Signed-off-by: Ian Jackson --- catacomb-import-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2