changeset 20922:10766b486cbb

added missing space
author Doug Simon <doug.simon@oracle.com>
date Tue, 14 Apr 2015 11:57:27 +0200
parents 2b10bb41a298
children 0e5a0403729c
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Tue Apr 14 09:56:57 2015 +0200
+++ b/mx/mx_graal.py	Tue Apr 14 11:57:27 2015 +0200
@@ -1587,7 +1587,7 @@
         for vmbuild in ['product', 'fastdebug']:
             for theVm in ['client', 'server']:
                 if not isVMSupported(theVm):
-                    mx.log('The' + theVm + ' VM is not supported on this platform')
+                    mx.log('The ' + theVm + ' VM is not supported on this platform')
                     continue
                 with VM(theVm, vmbuild):
                     with Task('DaCapo_pmd:' + theVm + ':' + vmbuild, tasks) as t: