dect
/
asterisk
Archived
13
0
Fork 0

Change a debugging message committed with the wrong level

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8103 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2006-01-16 18:39:01 +00:00
parent 2928785b7d
commit d4489b1d3e
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ static void builtin_function_array(struct ast_channel *chan, char *cmd, char *da
* want them to be surprised by the result. Hence, we prefer commas as the
* delimiter, but we'll fall back to vertical bars if commas aren't found.
*/
ast_log(LOG_ERROR, "arrary (%s=%s)\n", var, value2);
ast_log(LOG_DEBUG, "array (%s=%s)\n", var, value2);
if (strchr(var, ',')) {
AST_NONSTANDARD_APP_ARGS(arg1, var, ',');
} else {