switch_core_sqldb: Simple spelling correction of log output

This commit is contained in:
Marc Olivier Chouinard 2010-09-14 15:30:36 -04:00
parent 51df54ece3
commit 8ea90fb17a
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ SWITCH_DECLARE(switch_status_t) _switch_cache_db_get_db_handle(switch_cache_db_h
{
if (!switch_odbc_available()) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Failure! OBDC NOT AVAILABLE!\n");
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Failure! ODBC NOT AVAILABLE!\n");
goto end;
}