diff options
-rw-r--r-- | plugins/ethernet.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ethernet.c b/plugins/ethernet.c index d50f7191..fb8afb4c 100644 --- a/plugins/ethernet.c +++ b/plugins/ethernet.c @@ -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(ðernet_mutex); for (list = ethernet_list; list; list = list->next) { |