git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16590
d0543943-73ff-0310-b7d9-
9358b9ac24b2
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: