]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorRaymond Chandler <intralanman@gmail.com>
Sun, 14 Aug 2011 19:38:41 +0000 (15:38 -0400)
committerRaymond Chandler <intralanman@gmail.com>
Sun, 14 Aug 2011 19:38:41 +0000 (15:38 -0400)
src/mod/applications/mod_lcr/mod_lcr.c

index 272745b6dcfce8716c453e7305a6483d0b1c794d..e23d432aab39e2aded127bee29a8494bdd68074d 100644 (file)
@@ -1120,7 +1120,7 @@ static switch_status_t lcr_load_config()
 
                                        if (db_check("SELECT lrn FROM lcr LIMIT 1") != SWITCH_TRUE) {
                                                if (db_check("ALTER TABLE lcr add lrn boolean")) {
-                                                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "adding cid field to your lcr database schema.\n");
+                                                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "adding lrn field to your lcr database schema.\n");
                                                } else {
                                                        return SWITCH_FALSE;
                                                }