Skip to content

Commit

Permalink
dispatcher: ds_reload added debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
luismartingil committed Jun 10, 2016
1 parent 7287da3 commit 7128ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dispatcher/dispatcher.c
Expand Up @@ -836,6 +836,7 @@ static int w_ds_reload(struct sip_msg* msg)
LM_ERR("Error reloading from db\n");
return -1;
}
LM_DBG("reloaded dispatcher\n");
return 1;
}

Expand Down

0 comments on commit 7128ffd

Please sign in to comment.