mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-23 23:40:07 +01:00
platform: improve logging on error in delete_object()
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
a895b58484
commit
cb023c57a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1552,7 +1552,7 @@ delete_object (NMPlatform *platform, struct nl_object *obj, gboolean do_refresh_
|
||||||
goto DEFAULT;
|
goto DEFAULT;
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
default:
|
default:
|
||||||
error ("Netlink error deleting %s: %s", to_string_object (platform, obj), nl_geterror (nle));
|
error ("Netlink error deleting %s: %s (%d)", to_string_object (platform, obj), nl_geterror (nle), nle);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue