summaryrefslogtreecommitdiffstats
path: root/src/customdhcpcd/logwriter.c
diff options
context:
space:
mode:
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;
}