From d924889a050c1a325b0edc118e8ad6e910f7d60a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 5 May 2009 17:55:33 -0700 Subject: Fix format string warnings --- plugins/ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ethernet.c') diff --git a/plugins/ethernet.c b/plugins/ethernet.c index 79ddf2b3..e6d45ff4 100644 --- a/plugins/ethernet.c +++ b/plugins/ethernet.c @@ -51,7 +51,7 @@ static void ethernet_newlink(unsigned flags, unsigned change, void *user_data) struct connman_device *device = user_data; struct ethernet_data *ethernet = connman_device_get_data(device); - DBG("index %d flags %ld change %ld", ethernet->index, flags, change); + DBG("index %d flags %d change %d", ethernet->index, flags, change); if ((ethernet->flags & IFF_UP) != (flags & IFF_UP)) { if (flags & IFF_UP) { -- cgit v1.2.3