spit error to stderr so that it's visible

This commit is contained in:
Caolán McNamara 2011-01-18 10:12:14 +00:00
parent f833bb15c1
commit 6fcbe777e4

View file

@ -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);