mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 09:50:09 +01:00
wimax: fix debug log format string
This commit is contained in:
parent
5cbe6da10e
commit
89095e9fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue