make clear the version logged is the installer version

Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/8320e470
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/8320e470
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/8320e470

Branch: refs/heads/develop
Commit: 8320e470f8ca745425285e9da2776079de456db7
Parents: 906ecb7
Author: Justin Mclean <jmcl...@apache.org>
Authored: Sat Oct 11 08:08:07 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Sat Oct 11 08:08:07 2014 +1100

----------------------------------------------------------------------
 installer/src/InstallApacheFlex.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8320e470/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml 
b/installer/src/InstallApacheFlex.mxml
index 83e61ad..0b76f4c 100644
--- a/installer/src/InstallApacheFlex.mxml
+++ b/installer/src/InstallApacheFlex.mxml
@@ -1005,7 +1005,7 @@ variables are not required because the locations of these 
pieces are known.
                 var currentVersion:String = 
applicationDescriptor.xmlns::versionNumber.toString();
 
                 // Log the Installer version to help with any support issues 
that arise.
-                log("Version " + currentVersion + " (" + _os.os + ")", 0);
+                log("Installer version " + currentVersion + " (" + _os.os + 
")", 0);
                 loggedVersion = true;
             }
         }

Reply via email to