[Asterisk-code-review] res odbc: Make pooling option deprecation notice more useful. (asterisk[master])

Joshua Colp asteriskteam at digium.com
Wed Sep 21 10:50:19 CDT 2016


Joshua Colp has uploaded a new change for review.

  https://gerrit.asterisk.org/3954

Change subject: res_odbc: Make pooling option deprecation notice more useful.
......................................................................

res_odbc: Make pooling option deprecation notice more useful.

This changes the notice for the deprecation of the old
pooling options to point to the new option for doing
pooling. This gives a clearer direction as to what to
look into.

ASTERISK-26389 #close

Change-Id: I2ca9cdfdcd75aec170a7db9d5ff69a4cd25b7c10
---
M res/res_odbc.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/54/3954/1

diff --git a/res/res_odbc.c b/res/res_odbc.c
index f89b59e..286c0a0 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -523,7 +523,7 @@
 						!strncasecmp(v->name, "share", 5) ||
 						!strcasecmp(v->name, "limit") ||
 						!strcasecmp(v->name, "idlecheck")) {
-					ast_log(LOG_WARNING, "The 'pooling', 'shared_connections', 'limit', and 'idlecheck' options are deprecated. Please see UPGRADE.txt for information\n");
+					ast_log(LOG_WARNING, "The 'pooling', 'shared_connections', 'limit', and 'idlecheck' options are deprecated. Please consider using the max_connections option as documented in the sample res_odbc.conf for connection pooling.\n");
 				} else if (!strcasecmp(v->name, "enabled")) {
 					enabled = ast_true(v->value);
 				} else if (!strcasecmp(v->name, "pre-connect")) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ca9cdfdcd75aec170a7db9d5ff69a4cd25b7c10
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>



More information about the asterisk-code-review mailing list