]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
switch_core_sqldb: Simple spelling correction of log output
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Tue, 14 Sep 2010 19:30:36 +0000 (15:30 -0400)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Tue, 14 Sep 2010 19:30:36 +0000 (15:30 -0400)
src/switch_core_sqldb.c

index 51e7661761decf4feb6a507f3e14b9f6b606f507..b1815b0f22a701390258ff3994ba30e4a4d912c4 100644 (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;
                                }