diff options
Diffstat (limited to 'odin')
-rw-r--r-- | odin/strm/download_youtube | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odin/strm/download_youtube b/odin/strm/download_youtube index 29d54872..8efe300b 100644 --- a/odin/strm/download_youtube +++ b/odin/strm/download_youtube | |||
@@ -316,6 +316,7 @@ printf ">>> %s <<<\n %s\n" "${msgId}" "${message}" | |||
316 | fi | 316 | fi |
317 | 317 | ||
318 | if ${success}; then | 318 | if ${success}; then |
319 | printf "Successfully transcoded using transMode=%s\n" ${transMode} | ||
319 | break | 320 | break |
320 | fi | 321 | fi |
321 | done | 322 | done |