From 38b2c79758a2ef619b887e0e226a71ab39b10e80 Mon Sep 17 00:00:00 2001 From: Javier Date: Mon, 8 Dec 2014 00:28:48 +0100 Subject: use same config path as UI and fix logfiles --- daemon/daemon.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'daemon') diff --git a/daemon/daemon.cpp b/daemon/daemon.cpp index c9456c6..b745e5c 100644 --- a/daemon/daemon.cpp +++ b/daemon/daemon.cpp @@ -70,6 +70,7 @@ void initLogging() int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); + app.setApplicationName("pebble"); // Use the same appname as the UI. // Init logging should be called after app object creation as initLogging() will examine // QCoreApplication for determining the .conf files locations -- cgit v1.2.3