aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-01-11 11:23:25 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-01-11 11:23:25 +0100
commit0977e0c4b875ae5f499ebe504d6f0c1d0c192c4b (patch)
tree63cd269b700692d46f81aca2fcda4425ddee597a
parent68368dd99a2c98a4e8761f222f6174855d38bdd8 (diff)
nat: Add the line break after the '.openbsc/0.10.1
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c b/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
index 3d0c30d2f..8553113f2 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
@@ -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;