--- loncom/build/system_dependencies/sqltest.pl 2001/09/30 20:57:58 1.1 +++ loncom/build/system_dependencies/sqltest.pl 2001/09/30 21:00:43 1.2 @@ -38,7 +38,7 @@ use DBI; # ---------------------------- Print MIME Content-type and other initialization $|=1; -print 'Content-type: text/plain'."\n\n"; +print 'Probing for SQL metadata database'."\n\n"; # --- Make sure that database can be accessed and that this is a library server # library server test @@ -71,5 +71,7 @@ my $dbh; } %perlvar=(); # undefine it +print "SQL metadata database is found and is accessible\n"; + # --------------------------------------------------- Close database connection $dbh->disconnect();