commit | 5c8d16fd853c29856e45709424701c93ef626f2f | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <infrastation@yandex.ru> | Sat Oct 22 22:18:55 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Mon Nov 21 18:32:58 2011 +0400 |
tree | ea711a452b5d679632e15ce61775664817d015f4 | |
parent | 12da1a188a5e5bfdfecb98c48ecca48ed38e2d89 [diff] |
ospfd: spelling/format fix
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index e708d5e..9968d27 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c
@@ -3684,7 +3684,7 @@ 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); } }