Remove ... when hphpc prints the hhvm command line

Esse commit está contido em:
jdelong
2013-03-30 12:01:59 -07:00
commit de Sara Golemon
commit 40f61f6686
+1 -1
Ver Arquivo
@@ -952,7 +952,7 @@ int runTarget(const CompilerOptions &po) {
cmd += po.outputDir + '/' + po.program;
cmd += string(" --file ") +
(po.inputs.size() == 1 ? po.inputs[0] : "") + po.programArgs;
Logger::Info("running executable %s...", cmd.c_str());
Logger::Info("running executable: %s", cmd.c_str());
ret = Util::ssystem(cmd.c_str());
if (ret && ret != -1) ret = 1;