]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add more to error msg when dsn is null
authorRupa Schomaker <rupa@rupa.com>
Tue, 9 Feb 2010 15:40:18 +0000 (15:40 +0000)
committerRupa Schomaker <rupa@rupa.com>
Tue, 9 Feb 2010 15:40:18 +0000 (15:40 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16590 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_nibblebill/mod_nibblebill.c

index 526e35c370b0b4a733f6d3f7c9773bf1bcf4cd8e..55043c555dcffc01a1d574fee416782c1a406e7a 100644 (file)
@@ -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: