Skip to content

Commit

Permalink
diversion: fixed error log message
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 1, 2017
1 parent 7fb76f9 commit 459f2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/diversion/diversion.c
Expand Up @@ -175,7 +175,7 @@ int w_add_diversion(struct sip_msg* msg, char* r, char* u)
str reason;

if(fixup_get_svalue(msg, (gparam_t*)r, &reason)<0) {
LM_ERR("cannot get the script\n");
LM_ERR("cannot get the reason parameter\n");
return -1;
}

Expand Down

0 comments on commit 459f2e0

Please sign in to comment.