From: Ricardo Garcia Date: Tue, 30 Mar 2010 09:50:57 +0000 (+0200) Subject: Solve minor aesthetical problem in rtmpdump error messages X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=eaf4a7288dc285f10cd5745432129be29cf770a3;p=youtube-dl Solve minor aesthetical problem in rtmpdump error messages --- 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):