Commit 1ac11543 authored by Łukasz Nowak's avatar Łukasz Nowak

- use string formating


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44203 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 975ccd8b
......@@ -28,7 +28,7 @@ def runMysql(args):
break
else:
print "MySQL already initialised"
print "Starting ",mysqld_wrapper_list[0]
print "Starting %r" % mysqld_wrapper_list[0]
os.execl(mysqld_wrapper_list[0], *mysqld_wrapper_list)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment