git-svn-id: svn://db.shs.com.ru/pip@423 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-20 07:55:49 +00:00
parent 41756591a1
commit d8f53dacfc

View File

@@ -172,7 +172,7 @@ void PIProcess::startProc(bool detached) {
//cout << "exec " << tf_in << ", " << tf_out << ", " << tf_err << endl; //cout << "exec " << tf_in << ", " << tf_out << ", " << tf_err << endl;
if (execve(str.data(), a, e) < 0) if (execve(str.data(), a, e) < 0)
piCoutObj << "\"execve" << str << a << << "\" error :" << errorString(); piCoutObj << "\"execve" << str << a << "\" error :" << errorString();
} else { } else {
msleep(1); msleep(1);
//cout << "wait" << endl; //cout << "wait" << endl;