Solve minor aesthetical problem in rtmpdump error messages
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Tue, 30 Mar 2010 09:50:57 +0000 (11:50 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:26:48 +0000 (11:26 +0100)
youtube-dl

index 407a393a7af6f239cac8ec9db56b855109f4200f..5afd7ebc2f441209f3160062bb9be4ea632e7ff3 100755 (executable)
@@ -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):