aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
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: