summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rwxr-xr-xfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 27fbe2345..4213a23e2 100755
--- a/file.c
+++ b/file.c
@@ -718,7 +718,7 @@ int ast_streamfile(struct ast_channel *chan, char *filename, char *preflang)
return -1;
#if 1
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
return 0;
}