From 89095e9fa75e974473b0c485a5e68ea0ddefe55d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 5 Jan 2011 16:30:58 -0600 Subject: [PATCH] wimax: fix debug log format string --- src/wimax/nm-device-wimax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wimax/nm-device-wimax.c b/src/wimax/nm-device-wimax.c index 3fe1768cac..fbfcb46660 100644 --- a/src/wimax/nm-device-wimax.c +++ b/src/wimax/nm-device-wimax.c @@ -759,7 +759,7 @@ wmx_media_status_cb (struct wmxsdk *wmxsdk, iface = nm_device_get_iface (NM_DEVICE (self)); state = nm_device_interface_get_state (NM_DEVICE_INTERFACE (self)); - nm_log_dbg (LOGD_WIMAX, "(%s): media status change to %d", + nm_log_dbg (LOGD_WIMAX, "(%s): media status change to %s", iface, iwmx_sdk_media_status_to_str (new_status)); /* We only care about media events while activated */