]> git.puffer.fish Git - matthieu/frr.git/commitdiff
sharpd: make id log more specific
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 28 Sep 2020 15:37:56 +0000 (11:37 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 28 Sep 2020 16:41:00 +0000 (12:41 -0400)
Make ID log more specific as to the ID being assigned here.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
sharpd/sharp_nht.c

index 5b3fe2583ee693c1843d79456b93d55b49fecc42..7484dd3b068837f29ebeaf83b9007a7be709f6b0 100644 (file)
@@ -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++;
 }