summaryrefslogtreecommitdiff
path: root/src/system
diff options
context:
space:
mode:
authorLassi Marttala <Lassi.LM.Marttala@partner.bmw.de>2012-07-18 13:14:51 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2012-11-26 12:39:04 +0100
commitd3a98020c18bc63f2192a9d93f2196b48d73f1a8 (patch)
tree6670eb92c7dbf15a6fa0d98c59f5dba3dd34f9f6 /src/system
parent7ed77016669aded1bc30ae4fb7ef063bd290b883 (diff)
downloadDLT-daemon-d3a98020c18bc63f2192a9d93f2196b48d73f1a8.tar.gz
[GDLT-115]: Encapsulate more macros. Fix things that used macros
incorrectly. Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/system')
-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)