[tor-commits] [gettor/master] Slight fix to working of log messages

cohosh at torproject.org cohosh at torproject.org
Thu Dec 5 22:30:03 UTC 2019


commit 5684c4fc95170951f062b36002733034cb6a3904
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Thu Dec 5 17:26:32 2019 -0500

    Slight fix to working of log messages
---
 scripts/update_files | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/update_files b/scripts/update_files
index 264c118..6d087e6 100755
--- a/scripts/update_files
+++ b/scripts/update_files
@@ -39,7 +39,7 @@ def upload_files(release):
                     release.upload_asset(filename)
                     os.remove(filename)
                 except:
-                    print("Error: failed to download "+url+". Will retry later.")
+                    print("Error: failed to update "+url+". Will retry later.")
                     failed_uploads.append(url)
     #Retry failed uploads
     for url in failed_uploads:
@@ -49,7 +49,7 @@ def upload_files(release):
             release.upload_asset(filename)
             os.remove(filename)
         except:
-            print("Error: failed to download "+url+". Please upload this file manually.")
+            print("Error: failed to update "+url+". Please upload this file manually.")
             failure = True
 
 



More information about the tor-commits mailing list