diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-10-14 14:32:35 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-10-14 14:32:35 +0200 |
commit | 29132f772f4ee73ebb6ae2610a36c83db2824c6b (patch) | |
tree | 628b29d7bb0ac85902cbbb156252889e00db60bf /plugins | |
parent | 804fc546f7da86a88979373802df9653dc6959d6 (diff) | |
download | connman-29132f772f4ee73ebb6ae2610a36c83db2824c6b.tar.gz connman-29132f772f4ee73ebb6ae2610a36c83db2824c6b.tar.bz2 connman-29132f772f4ee73ebb6ae2610a36c83db2824c6b.zip |
Add debug message to RTNL callback
Diffstat (limited to 'plugins')
-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) { |