Skip to content

Commit

Permalink
Fixed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
danpascu committed Feb 19, 2020
1 parent a5a4a18 commit 9c6931b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tm/t_msgbuilder.h
Expand Up @@ -323,7 +323,7 @@ static inline int fake_req(struct sip_msg *faked_req, struct sip_msg *shm_msg,
}

if (fix_fake_req_headers(faked_req) < 0) {
LM_ERR("could not fix haed request headers!\n");
LM_ERR("could not fix request headers!\n");
goto out3;
}

Expand Down

0 comments on commit 9c6931b

Please sign in to comment.