summaryrefslogtreecommitdiffstats
path: root/src/customdhcpcd/logwriter.c
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-12-05 14:38:48 +0100
committerSebastian Schmelzer2011-12-05 14:38:48 +0100
commita0f2ef9ccaaba13198f680c438f7d4feb68da45d (patch)
tree930ad84710b9d4ddaf3eb6ec322699b1317a6dc9 /src/customdhcpcd/logwriter.c
parentcleanup (diff)
downloadfbgui-a0f2ef9ccaaba13198f680c438f7d4feb68da45d.tar.gz
fbgui-a0f2ef9ccaaba13198f680c438f7d4feb68da45d.tar.xz
fbgui-a0f2ef9ccaaba13198f680c438f7d4feb68da45d.zip
finaly clean cmake files
Diffstat (limited to 'src/customdhcpcd/logwriter.c')
-rw-r--r--src/customdhcpcd/logwriter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/customdhcpcd/logwriter.c b/src/customdhcpcd/logwriter.c
index e3316cb..5437438 100644
--- a/src/customdhcpcd/logwriter.c
+++ b/src/customdhcpcd/logwriter.c
@@ -89,7 +89,7 @@ void sendToQt(log_msg * msg)
msg->substatus, msg->msg);
if (ret < 1)
{
- log ger(LOG_INFO, "[fbgui] ERROR filling message buffer");
+ logger(LOG_INFO, "[fbgui] ERROR filling message buffer");
//syslog(LOG_INFO, "[fbgui] ERROR filling message buffer");
return;
}