info messages
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 6 Jan 2011 14:13:18 +0000 (15:13 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 6 Jan 2011 14:13:18 +0000 (15:13 +0100)
source/steps/InstallBootstrapFS.py

index ed7c79b..67930e3 100644 (file)
@@ -128,10 +128,12 @@ def Run( vars, log ):
 
         if result:
             # Download SHA1 checksum file
+            log.write( "downloading sha1sum for %s\n"%source_file)
             result = bs_request.DownloadFile( source_hash_file, None, None,
                                          1, 1, dest_hash_file,
                                          30, 14400)
  
+            log.write( "verifying sha1sum for %s\n"%source_file)
             if not utils.check_file_hash(dest_file, dest_hash_file):
                 raise BootManagerException, "FATAL: SHA1 checksum does not match between %s and %s" % (source_file, source_hash_file)