mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 14:00:11 +01:00
clients: Fix typo in _dump_team_link_watcher output
This makes the output of a 'con show' for a team device look suspect. Signed-off-by: Patrick Talbert <ptalbert@redhat.com> Fixes:4657390d45https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/53 (cherry picked from commit25a0739658)
This commit is contained in:
parent
05c27c3c50
commit
e28bfa41a0
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ _dump_team_link_watcher (NMTeamLinkWatcher *watcher)
|
|||
}
|
||||
/* NM_TEAM_LINK_WATCHER_NSNA_PING and NM_TEAM_LINK_WATCHER_ARP_PING */
|
||||
DUMP_WATCHER_INT (w_dump, watcher, "init-wait", init_wait);
|
||||
DUMP_WATCHER_INT (w_dump, watcher, "initerval", interval);
|
||||
DUMP_WATCHER_INT (w_dump, watcher, "interval", interval);
|
||||
DUMP_WATCHER_INT (w_dump, watcher, "missed-max", missed_max);
|
||||
#undef DUMP_WATCHER_INT
|
||||
g_string_append_printf (w_dump, " target-host=%s",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue