[gimp/gimp-2-10] Installer: more verbose debug messages



commit 363b03aa35689a4946f671b43fbe5263945977a1
Author: Jernej Simončič <jernej|s-gitstuff eternallybored org>
Date:   Thu Jul 5 14:45:04 2018 +0200

    Installer: more verbose debug messages

 build/windows/installer/uninst.isi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/windows/installer/uninst.isi b/build/windows/installer/uninst.isi
index 4b2fc881f9..b70a69fd0e 100644
--- a/build/windows/installer/uninst.isi
+++ b/build/windows/installer/uninst.isi
@@ -11,7 +11,7 @@ begin
        d := Pos('/',pInf);
        if d = 0 then
        begin
-               DebugMsg('SplitRegParams','Error: malformed line (no /)');
+               DebugMsg('SplitRegParams','Malformed line (missing /): ' + pInf);
                exit;
        end;
 
@@ -23,7 +23,7 @@ begin
                d := RevPos('\',oKey);
                if d = 0 then
                begin
-                       DebugMsg('SplitRegParams','Error: malformed line (no \)');
+                       DebugMsg('SplitRegParams','Malformed line (missing \): ' + pInf);
                        exit;
                end;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]