From 3caf3525974a4c942222f10055db17a2acbdd917 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 25 Jul 2020 01:25:36 +0100 Subject: [PATCH] nailing-cargo: Make ignored-subdir message more accurate Maybe there was a Cargo.toml but we didn't like it. Signed-off-by: Ian Jackson --- nailing-cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nailing-cargo b/nailing-cargo index b170568..46d5597 100755 --- a/nailing-cargo +++ b/nailing-cargo @@ -329,7 +329,7 @@ sub readorigs () { my $gotpackage = read_manifest($subdir); if (!defined $gotpackage) { print STDERR - "$self: warning: ignoring subdir $subdir which has no Cargo.toml\n"; + "$self: warning: ignoring subdir $subdir which has no (suitable) Cargo.toml\n"; next; } $packagemap{$gotpackage} //= $subdir; -- 2.30.2