summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-09-11 09:52:25 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:28:41 +0100
commit5c44af187542ff7d2334e465f4d6bef56d92f2b1 (patch)
tree3c718cbc08d3ebbd874cd371c3d8159bf803dc3d
parent33407be7d69a5d59e72d8e6eff1e785c9810db4d (diff)
downloadyoutube-dl-5c44af187542ff7d2334e465f4d6bef56d92f2b1.tar.gz
youtube-dl-5c44af187542ff7d2334e465f4d6bef56d92f2b1.tar.xz
youtube-dl-5c44af187542ff7d2334e465f4d6bef56d92f2b1.zip
Do not print file name on warning message (fixes issue #197)
-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: