]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5075 --resolve
authorKen Rice <krice@freeswitch.org>
Fri, 8 Feb 2013 01:27:36 +0000 (19:27 -0600)
committerKen Rice <krice@freeswitch.org>
Fri, 8 Feb 2013 01:27:36 +0000 (19:27 -0600)
src/switch_core_sqldb.c

index df5e840f48f4e3f6b81d669630e9bb2bb629b94f..e746eb6f85880a8b2251290be012d1dc2c0b2fbf 100644 (file)
@@ -497,7 +497,7 @@ SWITCH_DECLARE(switch_status_t) _switch_cache_db_get_db_handle(switch_cache_db_h
                }
 
                if (!db && !odbc_dbh && !pgsql_dbh) {
-                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Failure to connect to %s %s!\n", (db ? "SQLITE" : (odbc_dbh ? "ODBC" : "PGSQL")), (db ? connection_options->core_db_options.db_path : (odbc_dbh ? connection_options->odbc_options.dsn : connection_options->pgsql_options.dsn)));
+                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Failure to connect to %s %s!\n", switch_cache_db_type_name(type), db_name);
                        goto end;
                }