Skip to content

Commit

Permalink
isisd: debug msg: display distance when adding redist route
Browse files Browse the repository at this point in the history
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
  • Loading branch information
paulzlabn authored and louberger committed Mar 9, 2018
1 parent 3d9f730 commit c44bd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isisd/isis_redist.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ void isis_redist_add(int type, struct prefix *p, u_char distance,
char debug_buf[BUFSIZ];
prefix2str(p, debug_buf, sizeof(debug_buf));

zlog_debug("%s: New route %s from %s.", __func__, debug_buf,
zebra_route_string(type));
zlog_debug("%s: New route %s from %s: distance %d.", __func__,
debug_buf, zebra_route_string(type), distance);

if (!ei_table) {
zlog_warn("%s: External information table not initialized.",
Expand Down

0 comments on commit c44bd44

Please sign in to comment.