[asterisk-commits] dvossel: branch dvossel/fixtheworld_phase2 r307531 - /team/dvossel/fixtheworl...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Feb 10 15:27:41 CST 2011
Author: dvossel
Date: Thu Feb 10 15:27:37 2011
New Revision: 307531
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=307531
Log:
Computation translation cost is no longer required, so downgrade this warning to a log message
Modified:
team/dvossel/fixtheworld_phase2/main/translate.c
Modified: team/dvossel/fixtheworld_phase2/main/translate.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase2/main/translate.c?view=diff&rev=307531&r1=307530&r2=307531
==============================================================================
--- team/dvossel/fixtheworld_phase2/main/translate.c (original)
+++ team/dvossel/fixtheworld_phase2/main/translate.c Thu Feb 10 15:27:37 2011
@@ -576,7 +576,7 @@
/* If they don't make samples, give them a terrible score */
if (!t->sample) {
- ast_log(LOG_WARNING, "Translator '%s' does not produce sample frames.\n", t->name);
+ ast_debug(3, "Translator '%s' does not produce sample frames.\n", t->name);
t->comp_cost = 999999;
return;
}
More information about the asterisk-commits
mailing list