]> git.puffer.fish Git - matthieu/frr.git/commitdiff
mgmtd: fix a couple of log messages
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 22 Mar 2024 14:35:52 +0000 (16:35 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 22 Mar 2024 20:58:17 +0000 (20:58 +0000)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
(cherry picked from commit 988d4444d44814fa3325795154911f420319ac76)

lib/mgmt_be_client.c

index 5896db1e58592f06131532e145cee6c4c3fc5ffa..f483d48d8d0e06d7270e31fd586de05b3d088ede 100644 (file)
@@ -880,7 +880,7 @@ done:
        if (ret)
                be_client_send_error(client, args->txn_id, args->req_id, false,
                                     -EINVAL,
-                                    "FE cilent %s txn-id %" PRIu64
+                                    "BE client %s txn-id %" PRIu64
                                     " error fetching oper state %d",
                                     client->name, args->txn_id, ret);
        if (ret != NB_OK || !more)
@@ -984,7 +984,7 @@ static void be_client_handle_native_msg(struct mgmt_be_client *client,
                                  txn_id, msg->req_id, msg->code, client->name);
                be_client_send_error(client, msg->refer_id, msg->req_id, false,
                                     -1,
-                                    "BE cilent %s recv msg unknown txn-id %" PRIu64,
+                                    "BE client %s recv msg unknown txn-id %" PRIu64,
                                     client->name, txn_id);
                break;
        }