From: Marc Olivier Chouinard Date: Tue, 14 Sep 2010 19:30:36 +0000 (-0400) Subject: switch_core_sqldb: Simple spelling correction of log output X-Git-Tag: v1.2-rc1~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea90fb17aa89af353e7ddf16b908436780f2322;p=thirdparty%2Ffreeswitch.git switch_core_sqldb: Simple spelling correction of log output --- diff --git a/src/switch_core_sqldb.c b/src/switch_core_sqldb.c index 51e7661761..b1815b0f22 100644 --- a/src/switch_core_sqldb.c +++ b/src/switch_core_sqldb.c @@ -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; }