summaryrefslogtreecommitdiff
path: root/res/res_config_pgsql.c
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-09-21 13:06:18 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-09-21 13:06:18 -0500
commitf01cd0b409a72ec4d44fd7777e859208e5d532a2 (patch)
tree6d9f5d0f98c91f21abdbafef24e71b12d08b36dd /res/res_config_pgsql.c
parent357a2f353b1157a86aefb6220d7f8c7166ccb0f7 (diff)
parent56f0d5fc0f25b82d0e5a95f7de58f52261ebc118 (diff)
Merge "res_config_pgsql: Add missing \n in debug log and update copyright year"
Diffstat (limited to 'res/res_config_pgsql.c')
-rw-r--r--res/res_config_pgsql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c
index 7a2c9dbf8..9c06bc6aa 100644
--- a/res/res_config_pgsql.c
+++ b/res/res_config_pgsql.c
@@ -1,7 +1,7 @@
/*
* Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 1999 - 2016, Digium, Inc.
+ * Copyright (C) 1999 - 2017, Digium, Inc.
*
* Manuel Guesdon <mguesdon@oxymium.net> - PostgreSQL RealTime Driver Author/Adaptor
* Mark Spencer <markster@digium.com> - Asterisk Author
@@ -1035,7 +1035,7 @@ static int store_pgsql(const char *database, const char *table, const struct ast
numrows = atoi(PQcmdTuples(result));
ast_mutex_unlock(&pgsql_lock);
- ast_debug(1, "PostgreSQL RealTime: row inserted on table: %s.", table);
+ ast_debug(1, "PostgreSQL RealTime: row inserted on table: %s.\n", table);
/* From http://dev.pgsql.com/doc/pgsql/en/pgsql-affected-rows.html
* An integer greater than zero indicates the number of rows affected