From 5c44af187542ff7d2334e465f4d6bef56d92f2b1 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Sat, 11 Sep 2010 09:52:25 +0200 Subject: [PATCH] Do not print file name on warning message (fixes issue #197) --- youtube-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl b/youtube-dl index 379033621..9c1ead646 100755 --- a/youtube-dl +++ b/youtube-dl @@ -407,7 +407,7 @@ class FileDownloader(object): self.trouble(u'ERROR: invalid system charset or erroneous output template') return if self.params.get('nooverwrites', False) and os.path.exists(filename): - self.to_stderr(u'WARNING: file exists: %s; skipping' % filename) + self.to_stderr(u'WARNING: file exists and will be skipped') return try: