Browse Source

*** empty log message ***

Joe Shochet 25 years ago
parent
commit
6179371b89
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/downloader/downloadDb.cxx

+ 2 - 2
panda/src/downloader/downloadDb.cxx

@@ -1090,9 +1090,9 @@ output_version_map(ostream &out) const {
       out << " [" << hash.get_value(0)
       out << " [" << hash.get_value(0)
 	  << " " << hash.get_value(1)
 	  << " " << hash.get_value(1)
 	  << " " << hash.get_value(2)
 	  << " " << hash.get_value(2)
-	  << " " << hash.get_value(3);
+	  << " " << hash.get_value(3)
+	  << "]" << endl;
     }
     }
-    out << "]" << endl;
   }
   }
   out << endl;
   out << endl;
 }
 }