summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-03 03:38:23 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:07 +0900
commit18c8d60b54f25bd8e90a5075f459e6c9a2fe074f (patch)
treeb771bbf22755a5ec47f0262412ea0ac558298b69
parent1eb4e901612181e8bda986a03169e1fd65c36748 (diff)
downloadmpv-18c8d60b54f25bd8e90a5075f459e6c9a2fe074f.tar.bz2
mpv-18c8d60b54f25bd8e90a5075f459e6c9a2fe074f.tar.xz
ytdl: silence "succeeded" message
Pretty useless by now.
-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 a4e7242df8..b9480784eb 100644
--- a/player/lua/ytdl_hook.lua
+++ b/player/lua/ytdl_hook.lua
@@ -87,7 +87,7 @@ mp.add_hook("on_load", 10, function ()
return
end
- msg.info("youtube-dl succeeded!")
+ msg.verbose("youtube-dl succeeded!")
-- what did we get?
if not (json["direct"] == nil) and (json["direct"] == true) then