diff options
Diffstat (limited to 'pimd/pim_vty.c')
| -rw-r--r-- | pimd/pim_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c index b8a361a260..3a7d056cb5 100644 --- a/pimd/pim_vty.c +++ b/pimd/pim_vty.c @@ -126,7 +126,7 @@ pim_debug_config_write (struct vty *vty) } if (PIM_DEBUG_PIM_J_P) { - vty_out (vty, "debug pim packets join%s", VTY_NEWLINE); + vty_out (vty, "debug pim packets joins%s", VTY_NEWLINE); ++writes; } |
