summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-04-11 10:52:02 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2018-04-11 13:00:04 +0200
commit4dcecf295c90759f419545b2db5fffbd506f15e0 (patch)
tree633571a05f29bafb6301e2a1cfde37dee4720d0e /solenv
parentUse SdrObject& in lcl_ConvertSdrOle2ObjsToSdrGrafObjs (diff)
downloadcore-4dcecf295c90759f419545b2db5fffbd506f15e0.tar.gz
core-4dcecf295c90759f419545b2db5fffbd506f15e0.zip
Fix variable in error string
Change-Id: Ia6118f03b8e83c2726df955d89bfdc8da5764992 Reviewed-on: https://gerrit.libreoffice.org/52717 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/msiglobal.pm2
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 383f7f3599cc..46b131fa7724 100644
--- a/solenv/bin/modules/installer/windows/msiglobal.pm
+++ b/solenv/bin/modules/installer/windows/msiglobal.pm
@@ -772,7 +772,7 @@ sub create_transforms
if ( $result == 0 )
{
- $infoline = "ERROR: Could not remove file $$referencedbname !\n";
+ $infoline = "ERROR while processing language $onelanguage: Could not remove file $referencedbname!\n";
push( @installer::globals::logfileinfo, $infoline);
installer::exiter::exit_program($infoline, "create_transforms");
}