]> git.puffer.fish Git - mirror/frr.git/commitdiff
mgmtd: fix log type
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 25 Jan 2024 11:48:52 +0000 (13:48 +0200)
committerChristian Hopps <chopps@labn.net>
Fri, 26 Jan 2024 17:34:46 +0000 (12:34 -0500)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
mgmtd/mgmt_be_adapter.c

index c8f52a101c87391514d8cfa778d4ee6e461e4a51..4f5ad6e0b0828787433570db6d03fad2c7ed366b 100644 (file)
@@ -318,7 +318,7 @@ static int mgmt_be_send_subscr_reply(struct mgmt_be_client_adapter *adapter,
        be_msg.message_case = MGMTD__BE_MESSAGE__MESSAGE_SUBSCR_REPLY;
        be_msg.subscr_reply = &reply;
 
-       MGMTD_FE_CLIENT_DBG("Sending SUBSCR_REPLY client: %s sucess: %u",
+       MGMTD_BE_CLIENT_DBG("Sending SUBSCR_REPLY client: %s sucess: %u",
                            adapter->name, success);
 
        return mgmt_be_adapter_send_msg(adapter, &be_msg);