From: Rupa Schomaker Date: Tue, 9 Feb 2010 15:40:18 +0000 (+0000) Subject: add more to error msg when dsn is null X-Git-Tag: v1.0.6~522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=920f339a895494c19eac9cf2e8606d704cde40a3;p=thirdparty%2Ffreeswitch.git add more to error msg when dsn is null git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16590 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_nibblebill/mod_nibblebill.c b/src/mod/applications/mod_nibblebill/mod_nibblebill.c index 526e35c370..55043c555d 100644 --- a/src/mod/applications/mod_nibblebill/mod_nibblebill.c +++ b/src/mod/applications/mod_nibblebill/mod_nibblebill.c @@ -217,7 +217,7 @@ static switch_status_t load_config(void) switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Connected ODBC DSN: %s\n", globals.db_dsn); } else { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, - "ODBC does not appear to be installed in the core. You need to run ./configure --enable-core-odbc-support\n"); + "ODBC does not appear to be installed in the core or your dsn is empty. You need to run ./configure --enable-core-odbc-support\n"); } done: