--- loncom/xml/londefdef.pm 2010/08/16 15:56:08 1.421 +++ loncom/xml/londefdef.pm 2010/08/27 09:42:48 1.422 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.421 2010/08/16 15:56:08 raeburn Exp $ +# $Id: londefdef.pm,v 1.422 2010/08/27 09:42:48 foxr Exp $ # # # Copyright Michigan State University Board of Trustees @@ -2193,7 +2193,9 @@ sub end_table { my $table = pop(@Apache::londefdef::table); my $t = $table->generate(); + &Apache::lonnet::logthis("Generating string"); $currentstring = $t->generate_string(); + &Apache::lonnet::logthis("Generated: $currentstring"); &enable_para(); #-------------------------------------------------------------- # Old table code: