Skip to content

Commit

Permalink
flags.c: logging: DBG -> LM_DBG
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiusas committed Jan 13, 2015
1 parent bccfb2e commit 9f7dd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags.c
Expand Up @@ -257,7 +257,7 @@ static int fixup_t_flag(void** param, int param_no)
char *c;
int token;

DBG("DEBUG: fixing flag: %s\n", (char *) (*param));
LM_DBG("fixing flag: %s\n", (char *) (*param));

if (param_no!=1) {
LM_ERR("TM module: only parameter #1 for flags can be fixed\n");
Expand Down

0 comments on commit 9f7dd69

Please sign in to comment.