summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-12-08 00:28:48 +0100
committerJavier <dev.git@javispedro.com>2014-12-08 00:28:48 +0100
commit38b2c79758a2ef619b887e0e226a71ab39b10e80 (patch)
tree2c6c4cddb1442feadb517b5cbc91952c9347196e /daemon
parent4280a9bda38046f702a4151d7b831a3bf46ef169 (diff)
use same config path as UI and fix logfiles
Diffstat (limited to 'daemon')
-rw-r--r--daemon/daemon.cpp1
1 files changed, 1 insertions, 0 deletions
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