mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 11:19:16 +02: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) (cherry picked from commite28bfa41a0)
This commit is contained in:
parent
b5468828f4
commit
3444c1145d
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ _dump_team_link_watcher (NMTeamLinkWatcher *watcher)
|
||||||
}
|
}
|
||||||
/* NM_TEAM_LINK_WATCHER_NSNA_PING and NM_TEAM_LINK_WATCHER_ARP_PING */
|
/* 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, "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);
|
DUMP_WATCHER_INT (w_dump, watcher, "missed-max", missed_max);
|
||||||
#undef DUMP_WATCHER_INT
|
#undef DUMP_WATCHER_INT
|
||||||
g_string_append_printf (w_dump, " target-host=%s",
|
g_string_append_printf (w_dump, " target-host=%s",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue