--- loncom/metadata_database/searchcat.pl 2004/06/22 14:16:08 1.59 +++ loncom/metadata_database/searchcat.pl 2004/08/30 14:31:42 1.60 @@ -2,7 +2,7 @@ # The LearningOnline Network # searchcat.pl "Search Catalog" batch script # -# $Id: searchcat.pl,v 1.59 2004/06/22 14:16:08 matthew Exp $ +# $Id: searchcat.pl,v 1.60 2004/08/30 14:31:42 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -142,7 +142,7 @@ if ($wwwid!=$<) { } # # Let people know we are running -open(LOG,'>'.$perlvar{'lonDaemons'}.'/logs/searchcat.log'); +open(LOG,'>>'.$perlvar{'lonDaemons'}.'/logs/searchcat.log'); &log(0,'==== Searchcat Run '.localtime()."====");