mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Remove superfluous debugging
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1139 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
file.c
2
file.c
@@ -698,8 +698,6 @@ int ast_streamfile(struct ast_channel *chan, char *filename, char *preflang)
|
|||||||
vfs = ast_openvstream(chan, filename, preflang);
|
vfs = ast_openvstream(chan, filename, preflang);
|
||||||
if (vfs)
|
if (vfs)
|
||||||
ast_log(LOG_DEBUG, "Ooh, found a video stream, too\n");
|
ast_log(LOG_DEBUG, "Ooh, found a video stream, too\n");
|
||||||
else
|
|
||||||
ast_log(LOG_DEBUG, "Waaah, '%s' has no video stream :(\n", filename);
|
|
||||||
if(fs){
|
if(fs){
|
||||||
if(ast_applystream(chan, fs))
|
if(ast_applystream(chan, fs))
|
||||||
return -1;
|
return -1;
|
||||||
|
Reference in New Issue
Block a user