From de0b686c504886187aa1e8ba4373daeff66283e5 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Sun, 3 Jun 2012 19:02:39 +0200 Subject: If compiled for systemd but the system not using systemd, print an internal error Signed-off-by: Christian Muck --- src/daemon/dlt-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.1