diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-08-29 11:51:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-29 11:51:53 -0400 |
| commit | 77e1a26faa3c153abf6a8abb858f435914b62625 (patch) | |
| tree | 1dd71e3d2cdb29b7c406b6a21351b2e89cb50831 /tests/lib/test_grpc.cpp | |
| parent | f1e4ef461d5bd39a9ad96c4116c2c869e4f37737 (diff) | |
| parent | 830972cab211a2f7ad82d7635ad9111afac8f47b (diff) | |
Merge pull request #16664 from mjstapp/igor_debug_simplify
*: simplify frrlib debug
Diffstat (limited to 'tests/lib/test_grpc.cpp')
| -rw-r--r-- | tests/lib/test_grpc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/test_grpc.cpp b/tests/lib/test_grpc.cpp index 202313603d..2f0282704e 100644 --- a/tests/lib/test_grpc.cpp +++ b/tests/lib/test_grpc.cpp @@ -9,6 +9,7 @@ #include <unistd.h> #include <zebra.h> +#include "debug.h" #include "filter.h" #include "frr_pthread.h" #include "libfrr.h" @@ -79,6 +80,7 @@ static void static_startup(void) // static struct option_chain *oc; cmd_init(1); + debug_init(); zlog_aux_init("NONE: ", LOG_DEBUG); zprivs_preinit(&static_privs); |
