summaryrefslogtreecommitdiff
path: root/plugins/ethernet.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-14 14:32:35 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-14 14:32:35 +0200
commit29132f772f4ee73ebb6ae2610a36c83db2824c6b (patch)
tree628b29d7bb0ac85902cbbb156252889e00db60bf /plugins/ethernet.c
parent804fc546f7da86a88979373802df9653dc6959d6 (diff)
downloadconnman-29132f772f4ee73ebb6ae2610a36c83db2824c6b.tar.gz
connman-29132f772f4ee73ebb6ae2610a36c83db2824c6b.tar.bz2
connman-29132f772f4ee73ebb6ae2610a36c83db2824c6b.zip
Add debug message to RTNL callback
Diffstat (limited to 'plugins/ethernet.c')
-rw-r--r--plugins/ethernet.c2
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(&ethernet_mutex);
for (list = ethernet_list; list; list = list->next) {