From eaf4a7288dc285f10cd5745432129be29cf770a3 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Tue, 30 Mar 2010 11:50:57 +0200 Subject: [PATCH] Solve minor aesthetical problem in rtmpdump error messages --- youtube-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl b/youtube-dl index 407a393a7..5afd7ebc2 100755 --- a/youtube-dl +++ b/youtube-dl @@ -491,7 +491,7 @@ class FileDownloader(object): self.to_stdout(u'\r[rtmpdump] %s bytes' % os.path.getsize(filename)) return True else: - self.trouble('ERROR: rtmpdump exited with code %d' % retval) + self.trouble('\nERROR: rtmpdump exited with code %d' % retval) return False def _do_download(self, filename, url):