summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-31 22:00:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-10-31 22:00:57 +0100
commit42f8c6feccb3168d1a39683497e7a6ec6e7215a8 (patch)
tree24059d8934514218f0d73e935866744ef851768c /solenv/bin
parent2208fca2feb0360af95c7cb1bbe663577084bd15 (diff)
Disambiguate where a "Source for ... not found!" error originates from
Change-Id: I424036d3a940fa53b1553c1c539bf1065cdc2759
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/modules/installer/scriptitems.pm2
1 files changed, 1 insertions, 1 deletions
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);
}
}