From: Raymond Chandler Date: Sun, 14 Aug 2011 19:38:41 +0000 (-0400) Subject: typo X-Git-Tag: v1.2-rc1~51^2~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa1624e9d86c8cce3d0ee5c1f855947ace72c60;p=thirdparty%2Ffreeswitch.git typo --- diff --git a/src/mod/applications/mod_lcr/mod_lcr.c b/src/mod/applications/mod_lcr/mod_lcr.c index 272745b6dc..e23d432aab 100644 --- a/src/mod/applications/mod_lcr/mod_lcr.c +++ b/src/mod/applications/mod_lcr/mod_lcr.c @@ -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; }