Просмотр исходного кода

dpkg-shlibdeps: report the full path of the library in the failure for missing dependency info

Raphael Hertzog лет назад: 18
Родитель
Сommit
7094cfaeab
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/dpkg-shlibdeps.pl

+ 1 - 1
scripts/dpkg-shlibdeps.pl

@@ -174,7 +174,7 @@ foreach my $file (keys %exec) {
 		    # 3/ when we have been asked to do so
 		    $ignore++ if $ignore_missing_info;
 		    failure(_g("No dependency information found for %s " .
-		               "(used by %s)."), $soname, $file)
+		               "(used by %s)."), $lib, $file)
 		        unless $ignore;
 		}
 	    }