]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix compile error
authorTraun Leyden <tleyden@branchcut.com>
Mon, 20 Aug 2007 22:09:02 +0000 (22:09 +0000)
committerTraun Leyden <tleyden@branchcut.com>
Mon, 20 Aug 2007 22:09:02 +0000 (22:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5642 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c

index 39371397f68c3cb33881d6bc6e55611e769fb9f1..a0cfbf3f6b7fc3e83b604bea3fffaf044bd5d911 100644 (file)
@@ -508,7 +508,7 @@ static switch_status_t openmrcp_asr_get_results(switch_asr_handle_t *ah, char **
                        }
                }
                else {
-                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "No result received from mrcp server: %s");
+                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "No result received from mrcp server");
                        ret = SWITCH_STATUS_FALSE;
                }