summaryrefslogtreecommitdiffstats
path: root/common/resourceaccess.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-18 14:32:58 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-18 14:32:58 +0200
commitabdecaa2ea1ed88e568eac5db7e755c0c745aadf (patch)
treec86597fe037a774ddccbbf1db16d8b2f514754e8 /common/resourceaccess.cpp
parent48f21e188360f4fd4d0fbbde2e4a22d5f176b7e6 (diff)
downloadsink-abdecaa2ea1ed88e568eac5db7e755c0c745aadf.tar.gz
sink-abdecaa2ea1ed88e568eac5db7e755c0c745aadf.zip
Debug message for how we start the resource process.
Diffstat (limited to 'common/resourceaccess.cpp')
-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()