Skip to content

Commit

Permalink
permissions: fixed typo in rpc fault message
Browse files Browse the repository at this point in the history
- reported by Anthony Messina
  • Loading branch information
miconda committed Jan 11, 2017
1 parent 11f9a91 commit 09f66d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/permissions/rpc.c
Expand Up @@ -102,7 +102,7 @@ void rpc_subnet_dump(rpc_t* rpc, void* c) {
return;
}
if(subnet_table_rpc_print(*subnet_table, rpc, c) < 0) {
LM_DBG("failed to pria subnet table dump\n");
LM_DBG("failed to print subnet table dump\n");
}

return;
Expand Down

0 comments on commit 09f66d6

Please sign in to comment.