Kaydet (Commit) 42f8c6fe authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Disambiguate where a "Source for ... not found!" error originates from

Change-Id: I424036d3a940fa53b1553c1c539bf1065cdc2759
üst 2208fca2
......@@ -916,7 +916,7 @@ sub get_sourcepath_from_filename_and_includepath_classic
$onefile = ""; # the sourcepath has to be empty
if ( $write_logfile)
{
$infoline = "ERROR: Source for $$searchfilenameref not found!\n"; # Important message in log file
$infoline = "ERROR: Source for $$searchfilenameref not found (classic)!\n"; # Important message in log file
push( @installer::globals::logfileinfo, $infoline);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment