diff options
Diffstat (limited to 'common/debug.c')
-rw-r--r-- | common/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/debug.c b/common/debug.c index b3327be..1fbdc7f 100644 --- a/common/debug.c +++ b/common/debug.c @@ -57,6 +57,7 @@ static struct DebugKey debug_keys[] = { { "proxy", P11_DEBUG_PROXY }, { "trust", P11_DEBUG_TRUST }, { "tool", P11_DEBUG_TOOL }, + { "rpc", P11_DEBUG_RPC }, { 0, } }; |