Skip to content

Commit

Permalink
corex: log messages for memory status/summary rpc commands
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Sep 4, 2015
1 parent a10d8b1 commit 014a62f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/corex/corex_rpc.c
Expand Up @@ -156,6 +156,7 @@ static const char* corex_rpc_shm_status_doc[2] = {
*/
static void corex_rpc_shm_status(rpc_t* rpc, void* ctx)
{
LM_DBG("printing shared memory status report\n");
shm_status();
}

Expand All @@ -169,6 +170,7 @@ static const char* corex_rpc_shm_summary_doc[2] = {
*/
static void corex_rpc_shm_summary(rpc_t* rpc, void* ctx)
{
LM_DBG("printing shared memory summary report\n");
shm_sums();
}

Expand Down

0 comments on commit 014a62f

Please sign in to comment.