diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-07-25 17:30:14 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-07-25 17:31:29 +0200 |
commit | 3605cb216faab6659f4bf90e76d9387df3ac08f6 (patch) | |
tree | 3c336d00f1310de293c892cff1fc6605f59ecb5b /solenv/bin/modules | |
parent | 61b1c24615445d7677dbfe4a702d3dd97eaa4939 (diff) |
More helpful error message.
Change-Id: I009fc8a8b84355a35adc60b7008ebe8b96965c8e
Diffstat (limited to 'solenv/bin/modules')
-rw-r--r-- | solenv/bin/modules/installer/windows/msiglobal.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/msiglobal.pm b/solenv/bin/modules/installer/windows/msiglobal.pm index 30fe34860e39..97edc4035c02 100644 --- a/solenv/bin/modules/installer/windows/msiglobal.pm +++ b/solenv/bin/modules/installer/windows/msiglobal.pm @@ -988,7 +988,7 @@ sub write_summary_into_msi_database if ($returnvalue) { - $infoline = "ERROR: Could not execute $msiinfo!\n"; + $infoline = "ERROR: Could not execute $systemcall\n"; push( @installer::globals::logfileinfo, $infoline); } else |