--- loncom/lonnet/perl/lonnet.pm 2005/02/16 20:16:44 1.598.2.3 +++ loncom/lonnet/perl/lonnet.pm 2005/02/17 22:43:27 1.599 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.598.2.3 2005/02/16 20:16:44 albertel Exp $ +# $Id: lonnet.pm,v 1.599 2005/02/17 22:43:27 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5499,7 +5499,7 @@ sub goodbye { &logthis(sprintf("%-20s is %s",'%badServerCache',length(&freeze(\%badServerCache)))); #converted # &logthis(sprintf("%-20s is %s",'%metacache',scalar(%metacache))); -# &logthis(sprintf("%-20s is %s",'%homecache',length(&freeze(\%homecache)))); + &logthis(sprintf("%-20s is %s",'%homecache',length(&freeze(\%homecache)))); # &logthis(sprintf("%-20s is %s",'%titlecache',length(&freeze(\%titlecache)))); # &logthis(sprintf("%-20s is %s",'%courseresdatacache',length(&freeze(\%courseresdatacache)))); #1.1 only