From 7265d88245767960f1b551bb57f8f84942b898d2 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 17 Dec 2014 08:17:04 +0100 Subject: use client pid for identifier for now will allow stateful handling of resource side client-specific caches in future (e.g. for storing the results of source-side search queries) --- client/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'client') diff --git a/client/main.cpp b/client/main.cpp index 7449209..61c1c1a 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -29,6 +29,7 @@ int main(int argc, char *argv[]) QApplication app(argc, argv); new Akonadi2::Console("Akonadi2 Client"); + Akonadi2::Console::main()->log(QString("PID: %1").arg(QCoreApplication::applicationPid())); QCommandLineParser cliOptions; cliOptions.addPositionalArgument(QObject::tr("[resource]"), -- cgit v1.2.3