Add debug message to RTNL callback
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 14 Oct 2008 12:32:35 +0000 (14:32 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 14 Oct 2008 12:32:35 +0000 (14:32 +0200)
plugins/ethernet.c

index d50f719..fb8afb4 100644 (file)
@@ -49,6 +49,8 @@ static void ethernet_newlink(unsigned short type, int index,
 {
        GSList *list;
 
+       DBG("index %d flags %ld change %ld", index, flags, change);
+
        g_static_mutex_lock(&ethernet_mutex);
 
        for (list = ethernet_list; list; list = list->next) {