summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-06-03 19:02:39 +0200
committerChristian Muck <christian.muck@bmw.de>2012-06-13 23:52:49 +0200
commitde0b686c504886187aa1e8ba4373daeff66283e5 (patch)
tree1414dfb167cbcd7ccfe27c1c19880debdc4bb7e1
parentf211c63925ea6d03cc1036b5e11061ec82d92ef8 (diff)
downloadDLT-daemon-de0b686c504886187aa1e8ba4373daeff66283e5.tar.gz
If compiled for systemd but the system not using systemd, print an internal error
Signed-off-by: Christian Muck <christian.muck@bmw.de>
-rw-r--r--src/daemon/dlt-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/dlt-daemon.c b/src/daemon/dlt-daemon.c
index 5a44f60..9ef5c6c 100644
--- a/src/daemon/dlt-daemon.c
+++ b/src/daemon/dlt-daemon.c
@@ -527,7 +527,7 @@ int dlt_daemon_local_init_p1(DltDaemon *daemon, DltDaemonLocal *daemon_local, in
if(ret == 0){
dlt_log(LOG_CRIT, "system not booted with systemd!\n");
- return -1;
+// return -1;
}
else if(ret < 0)
{