diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-10-22 22:18:55 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-11-21 18:32:58 +0400 |
commit | 5c8d16fd853c29856e45709424701c93ef626f2f (patch) | |
tree | ea711a452b5d679632e15ce61775664817d015f4 | |
parent | 12da1a188a5e5bfdfecb98c48ecca48ed38e2d89 (diff) |
ospfd: spelling/format fix
-rw-r--r-- | ospfd/ospf_lsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index e708d5e2..9968d273 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -3684,7 +3684,7 @@ ospf_refresher_register_lsa (struct ospf *ospf, struct ospf_lsa *lsa) lsa->refresh_list = index; if (IS_DEBUG_OSPF (lsa, LSA_REFRESH)) zlog_debug ("LSA[Refresh:%s]: ospf_refresher_register_lsa(): " - "setting refresh_list on lsa %p (slod %d)", + "setting refresh_list on lsa %p (index %u)", inet_ntoa (lsa->data->id), lsa, index); } } |