mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 11:10:09 +01:00
platform: log routes dump failure as error
This commit is contained in:
parent
7efab8baeb
commit
d219277f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -7978,7 +7978,7 @@ do_request_all_no_delayed_actions(NMPlatform *platform, DelayedActionType action
|
|||
*out_refresh_all_in_progress -= 1;
|
||||
retry_count++;
|
||||
if (retry_count > 4) {
|
||||
_LOGW("failed dumping IPv%c routes with protocol %u, cache might be "
|
||||
_LOGE("failed dumping IPv%c routes with protocol %u, cache might be "
|
||||
"inconsistent",
|
||||
nm_utils_addr_family_to_char(rtm.rtm_family),
|
||||
rtm.rtm_protocol);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue