From 207065fac0e5176c78cecf22eb510c139000ddb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Thu, 20 Apr 2017 09:01:31 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@427 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- utils/system_daemon/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/system_daemon/main.cpp b/utils/system_daemon/main.cpp index 8e447469..95e389ba 100755 --- a/utils/system_daemon/main.cpp +++ b/utils/system_daemon/main.cpp @@ -335,7 +335,7 @@ int main(int argc, char * argv[]) { args << "-a" << sip; if (!name.isEmpty()) args << "-n" << name; - piCout << "exec in background:" << PISystemInfo::instance()->execCommand; + piCout << "exec in background:" << PISystemInfo::instance()->execCommand << "; with args" << args; PIProcess::execIndependent(PISystemInfo::instance()->execCommand, args); return 0; }