|
|
@@ -290,10 +290,10 @@ foreach my $file (keys %exec) {
|
|
|
$ignore++ unless scalar(split_soname($soname));
|
|
|
# 3/ when we have been asked to do so
|
|
|
$ignore++ if $ignore_missing_info;
|
|
|
- error(_g("no dependency information found for %s " .
|
|
|
+ error(_g('no dependency information found for %s ' .
|
|
|
"(used by %s)\n" .
|
|
|
- "Hint: check if the library actually comes " .
|
|
|
- "from a package."), $lib, $file)
|
|
|
+ 'Hint: check if the library actually comes ' .
|
|
|
+ 'from a package.'), $lib, $file)
|
|
|
unless $ignore;
|
|
|
}
|
|
|
}
|