Make the notice about not found interface in capi_request a verbose message

for level 2.
This commit is contained in:
MelwareDE 2005-08-07 10:33:46 +00:00
parent d61070d627
commit 35dccef953
1 changed files with 1 additions and 1 deletions

View File

@ -1470,7 +1470,7 @@ struct ast_channel *capi_request(char *type, int format, void *data)
return tmp;
}
ast_mutex_unlock(&iflock);
ast_log(LOG_NOTICE, "didn't find capi device for interface '%s'\n",
cc_ast_verbose(2, 0, VERBOSE_PREFIX_3 "didn't find capi device for interface '%s'\n",
interface);
return NULL;
}