nat: Add the line break after the '.

This commit is contained in:
Holger Hans Peter Freyther 2012-01-11 11:23:25 +01:00
parent 68368dd99a
commit 0977e0c4b8
1 changed files with 1 additions and 1 deletions

View File

@ -1279,7 +1279,7 @@ void bsc_nat_num_rewr_entry_adapt(void *ctx, struct llist_head *head,
talloc_free(regexp);
if (regcomp(&entry->num_reg, cfg_entry->option, REG_EXTENDED) != 0) {
LOGP(DNAT, LOGL_ERROR,
"Failed to compile regexp '%s\n'", cfg_entry->option);
"Failed to compile regexp '%s'\n", cfg_entry->option);
regfree(&entry->msisdn_reg);
talloc_free(entry);
continue;