mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 10:50:11 +01:00
gsm: quiet pointless debug message
This commit is contained in:
parent
eea5a77db4
commit
9ca2cd78fd
1 changed files with 1 additions and 3 deletions
|
|
@ -915,10 +915,8 @@ setup_monitor_device (NMGsmDevice *device)
|
|||
GIOChannel *channel;
|
||||
NMSettingSerial *setting;
|
||||
|
||||
if (!priv->monitor_iface) {
|
||||
nm_debug ("No monitoring udi provided");
|
||||
if (!priv->monitor_iface)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
priv->monitor_device = g_object_new (NM_TYPE_SERIAL_DEVICE,
|
||||
NM_DEVICE_INTERFACE_UDI, nm_device_get_udi (NM_DEVICE (device)),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue