[Asterisk-code-review] res config pgsql: Add missing \n in debug log and update cop... (asterisk[master])

Jenkins2 asteriskteam at digium.com
Thu Sep 21 13:06:18 CDT 2017


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/6553 )

Change subject: res_config_pgsql: Add missing \n in debug log and update copyright year
......................................................................

res_config_pgsql: Add missing \n in debug log and update copyright year

Change-Id: I4ba338ecbdecc6a814a902eddc4121c8ef3cda58
---
M res/res_config_pgsql.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Sean Bright: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c
index 536c9e1..332b35d 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 at oxymium.net> - PostgreSQL RealTime Driver Author/Adaptor
  * Mark Spencer <markster at digium.com>  - Asterisk Author
@@ -1035,7 +1035,7 @@
 	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

-- 
To view, visit https://gerrit.asterisk.org/6553
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4ba338ecbdecc6a814a902eddc4121c8ef3cda58
Gerrit-Change-Number: 6553
Gerrit-PatchSet: 1
Gerrit-Owner: Rodrigo Ramirez Norambuena <a at rodrigoramirez.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Sean Bright <sean.bright at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20170921/c5014792/attachment.html>


More information about the asterisk-code-review mailing list