summaryrefslogtreecommitdiff
path: root/iface.c
diff options
context:
space:
mode:
Diffstat (limited to 'iface.c')
-rw-r--r--iface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/iface.c b/iface.c
index 86d0f06..510a0c4 100644
--- a/iface.c
+++ b/iface.c
@@ -339,8 +339,6 @@ static void* iface_run_wrapper(void *data __unused)
int iface_start_thread(void)
{
- log_info("Starting interface monitoring thread\n");
-
if (pthread_create(&iface_thread, NULL, iface_run_wrapper, NULL) < 0) {
log_err("Failed to start interface monitoring thread\n");
return -1;