mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Display language (bug #256)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1670 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
file.c
2
file.c
@@ -718,7 +718,7 @@ int ast_streamfile(struct ast_channel *chan, char *filename, char *preflang)
|
|||||||
return -1;
|
return -1;
|
||||||
#if 1
|
#if 1
|
||||||
if (option_verbose > 2)
|
if (option_verbose > 2)
|
||||||
ast_verbose(VERBOSE_PREFIX_3 "Playing '%s'\n", filename);
|
ast_verbose(VERBOSE_PREFIX_3 "Playing '%s' (language '%s')\n", filename, preflang ? preflang : "default");
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user