summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2018-01-04 20:35:43 +0000
committerRicardo Constantino <wiiaboo@gmail.com>2018-01-04 20:35:43 +0000
commitcf411a9489b825f5b5587414431a694dc743da82 (patch)
tree5ae633f37dae3211d0c34508bed29e7bbbe6a1b8 /player
parenta9a4d6349a2d92200d80382532bff46971aafdae (diff)
downloadmpv-cf411a9489b825f5b5587414431a694dc743da82.tar.bz2
mpv-cf411a9489b825f5b5587414431a694dc743da82.tar.xz
ytdl_hook: update obsolete warning about retrying URL if failed
Diffstat (limited to 'player')
-rw-r--r--player/lua/ytdl_hook.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/ytdl_hook.lua b/player/lua/ytdl_hook.lua
index 8a75fa7e3d..b8fed4b6cb 100644
--- a/player/lua/ytdl_hook.lua
+++ b/player/lua/ytdl_hook.lua
@@ -366,7 +366,7 @@ mp.add_hook("on_load_fail", 10, function ()
if (es < 0) or (json == nil) or (json == "") then
if not result.killed_by_us then
- msg.warn("youtube-dl failed, trying to play URL directly ...")
+ msg.error("youtube-dl failed")
end
return
end