]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - install.cc
2003-01-31 Max Bowsher <maxb@ukf.net>
[cygwin-apps/setup.git] / install.cc
index e31f291a6349b677ff23ba5af73971c6bf78ba13..62c2a562ed16dc68967984009ebaca9dba77b884 100644 (file)
@@ -217,7 +217,7 @@ install_one_source (packagemeta & pkgm, packagesource & source,
       md5 tempMD5;
       tempMD5.set (tempdigest);
 
-      log (LOG_BABBLE, String ("For file") + source.Cached() + " ini digest is" + source.md5.print() + " file digest is " + tempMD5.print());
+      log (LOG_BABBLE, String ("For file ") + source.Cached() + " ini digest is " + source.md5.print() + " file digest is " + tempMD5.print());
       
       if (source.md5 != tempMD5)
          throw new Exception ("__LINE__ __FILE__", (String ("Checksum failure for ") + source.Cached()).cstr_oneuse(), APPERR_CORRUPT_PACKAGE);
This page took 0.02377 seconds and 5 git commands to generate.