From abdecaa2ea1ed88e568eac5db7e755c0c745aadf Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 18 May 2018 14:32:58 +0200 Subject: Debug message for how we start the resource process. --- common/resourceaccess.cpp | 1 + 1 file changed, 1 insertion(+) 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 ResourceAccess::Private::initializeSocket() return KAsync::error("Failed to find the sink_synchronizer binary."); } qint64 pid = 0; + SinkLog() << "Starting resource " << executable << args.join(" ") << "Home path: " << QDir::homePath(); if (QProcess::startDetached(executable, args, QDir::homePath(), &pid)) { SinkTrace() << "Started resource " << pid; return tryToConnect() -- cgit v1.2.3