spit error to stderr so that it's visible
This commit is contained in:
parent
f833bb15c1
commit
6fcbe777e4
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ sub scan_one_dir($$$$)
|
|||
}
|
||||
}
|
||||
if (!$known && !$solver) {
|
||||
print "Unknown duplicate file '$file' in: '" .
|
||||
print STDERR "\nlinkoo:: Unknown duplicate file '$file' in: '" .
|
||||
$build_files->{$file} . "' vs '" .
|
||||
$module_path . "' in module $path\n";
|
||||
exit (1);
|
||||
|
|
Loading…
Reference in a new issue