From 42f8c6feccb3168d1a39683497e7a6ec6e7215a8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 31 Oct 2013 22:00:57 +0100 Subject: Disambiguate where a "Source for ... not found!" error originates from Change-Id: I424036d3a940fa53b1553c1c539bf1065cdc2759 --- solenv/bin/modules/installer/scriptitems.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/bin/modules/installer/scriptitems.pm b/solenv/bin/modules/installer/scriptitems.pm index b3d106a98860..fe767f71c712 100644 --- a/solenv/bin/modules/installer/scriptitems.pm +++ b/solenv/bin/modules/installer/scriptitems.pm @@ -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); } } -- cgit