summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/resourceaccess.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp
index e49802b..c641421 100644
--- a/common/resourceaccess.cpp
+++ b/common/resourceaccess.cpp
@@ -229,6 +229,7 @@ KAsync::Job<void> ResourceAccess::Private::initializeSocket()
229 return KAsync::error("Failed to find the sink_synchronizer binary."); 229 return KAsync::error("Failed to find the sink_synchronizer binary.");
230 } 230 }
231 qint64 pid = 0; 231 qint64 pid = 0;
232 SinkLog() << "Starting resource " << executable << args.join(" ") << "Home path: " << QDir::homePath();
232 if (QProcess::startDetached(executable, args, QDir::homePath(), &pid)) { 233 if (QProcess::startDetached(executable, args, QDir::homePath(), &pid)) {
233 SinkTrace() << "Started resource " << pid; 234 SinkTrace() << "Started resource " << pid;
234 return tryToConnect() 235 return tryToConnect()