chiark / gitweb /
catacomb-import-update: Improve a warning message
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 31 Dec 2019 12:52:38 +0000 (12:52 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Jan 2020 23:48:14 +0000 (23:48 +0000)
This is a bit incomprehensible without the filename.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
catacomb-import-update

index 43fc780f9a79172b25b38d7aee3579c5bcb2600b..9deeddf85d161fb3772454846826b91e1d688075 100755 (executable)
@@ -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;