# HG changeset patch # User Doug Simon # Date 1429005447 -7200 # Node ID 10766b486cbb3f1f1e42ef9b3bc577ae5eb5d384 # Parent 2b10bb41a2982d0cac89ac45f4b5c22acbf8f261 added missing space diff -r 2b10bb41a298 -r 10766b486cbb mx/mx_graal.py --- 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: