]> git.puffer.fish Git - mirror/frr.git/commit
mgmtd: lib: cleanup error and debug messages
authorChristian Hopps <chopps@labn.net>
Mon, 15 May 2023 04:11:46 +0000 (00:11 -0400)
committerChristian Hopps <chopps@labn.net>
Sun, 28 May 2023 09:13:22 +0000 (05:13 -0400)
commit218625aa439071cb4aac7cd08e0f85eb1163134f
treeab15d710b728045551e04c3d36b08ba25736c151
parent42f4bb2b1ada986506f7d5def62d80c3f7a352ef
mgmtd: lib: cleanup error and debug messages

- always use IDs not a mix of IDs and pointers.
- always use PRIu64 not a mix of hex and decimal for IDs

Signed-off-by: Christian Hopps <chopps@labn.net>
lib/mgmt_be_client.c
mgmtd/mgmt_be_adapter.c
mgmtd/mgmt_ds.c
mgmtd/mgmt_fe_adapter.c
mgmtd/mgmt_txn.c