From 18a25c5d78528dd27e2a92aa0d44088a8c04bcf0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 23 Jan 2014 10:24:44 +0100 Subject: [PATCH] Clarify update output (Fixes #2205) No, we are not intentionally hiding the version number. Why would we? --- youtube_dl/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/update.py b/youtube_dl/update.py index cd9670166..273083761 100644 --- a/youtube_dl/update.py +++ b/youtube_dl/update.py @@ -90,7 +90,7 @@ def update_self(to_screen, verbose): to_screen(u'youtube-dl is up to date (%s)' % __version__) return - to_screen(u'Updating to version ' + version_id + '...') + to_screen(u'Updating to version ' + version_id + ' ...') version = versions_info['versions'][version_id] print_notes(to_screen, versions_info['versions'])