chiark / gitweb /
nailing-cargo: Make ignored-subdir message more accurate
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Jul 2020 00:25:36 +0000 (01:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Jul 2020 00:25:36 +0000 (01:25 +0100)
Maybe there was a Cargo.toml but we didn't like it.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
nailing-cargo

index b17056898edf66ecb2b1d81da7e396895040159e..46d55973418bb7afd39c8d26466659ae965a1254 100755 (executable)
@@ -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;