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
This commit is contained in:
Rupa Schomaker 2010-02-09 15:40:18 +00:00
parent 60aa798d2e
commit 920f339a89
1 changed files with 1 additions and 1 deletions

View 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: