summaryrefslogtreecommitdiffstats
path: root/sharpd/sharp_nht.c
diff options
context:
space:
mode:
authorStephen Worley <sworley@cumulusnetworks.com>2020-09-28 17:37:56 +0200
committerStephen Worley <sworley@cumulusnetworks.com>2020-09-28 18:41:00 +0200
commit612fcc5e8f33249929c3e9130885b9f2f6420532 (patch)
tree1b073422cfa59abd62dc4ec0d987935ce9d1ae30 /sharpd/sharp_nht.c
parentlib,zebra,sharpd: add code for backup proto-NHs but disabled (diff)
downloadfrr-612fcc5e8f33249929c3e9130885b9f2f6420532.tar.xz
frr-612fcc5e8f33249929c3e9130885b9f2f6420532.zip
sharpd: make id log more specific
Make ID log more specific as to the ID being assigned here. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'sharpd/sharp_nht.c')
-rw-r--r--sharpd/sharp_nht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/sharp_nht.c b/sharpd/sharp_nht.c
index 5b3fe2583..7484dd3b0 100644
--- a/sharpd/sharp_nht.c
+++ b/sharpd/sharp_nht.c
@@ -86,7 +86,7 @@ static uint32_t nhg_id;
static uint32_t sharp_get_next_nhid(void)
{
- zlog_debug("Id assigned: %u", nhg_id);
+ zlog_debug("NHG ID assigned: %u", nhg_id);
return nhg_id++;
}