summaryrefslogtreecommitdiff
path: root/src/system/dlt-system-syslog.c
diff options
context:
space:
mode:
authorLassi Marttala <Lassi.LM.Marttala@partner.bmw.de>2012-07-18 11:27:50 +0200
committerChristian Muck <christian.muck@bmw.de>2012-09-04 13:03:53 +0200
commit6e65707280d6f3681fb3bc7696692ebe3330c251 (patch)
tree89f0ffa4c85f0fa8de1622affa9451156945b2f4 /src/system/dlt-system-syslog.c
parent725dc2e72b68f81ec23252b4d7a7483822f487b2 (diff)
downloadDLT-daemon-6e65707280d6f3681fb3bc7696692ebe3330c251.tar.gz
[GDLT-115]: Prevent return value from DLT macro API
Signed-off-by: Christian Muck <christian.muck@bmw.de>
Diffstat (limited to 'src/system/dlt-system-syslog.c')
-rw-r--r--src/system/dlt-system-syslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/dlt-system-syslog.c b/src/system/dlt-system-syslog.c
index 2e958f2..b07e6d6 100644
--- a/src/system/dlt-system-syslog.c
+++ b/src/system/dlt-system-syslog.c
@@ -129,7 +129,7 @@ void syslog_thread(void *v_conf)
DLT_STRING("dlt-system-syslog, in thread."));
DltSystemConfiguration *conf = (DltSystemConfiguration *) v_conf;
- DLT_REGISTER_CONTEXT(syslogContext, conf->Syslog.ContextId, "SYSLOG Adapter")
+ DLT_REGISTER_CONTEXT(syslogContext, conf->Syslog.ContextId, "SYSLOG Adapter");
int sock = init_socket(conf->Syslog);
if(sock < 0)