Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -r1.76 -r1.77 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 11 Jun 2008 00:58:16 -0000 1.76 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 3 Jul 2008 08:40:46 -0000 1.77 @@ -2576,7 +2576,6 @@ } cd [file dirname $file] - ns_log notice "\n DAVEB pghost = '${pghost}' pgport = '${pgport}' pguser = '${pguser}' \n" if { $tcl_platform(platform) eq "windows" } { set fp [open "|[file join [db_get_pgbin] psql] $pghost $pgport $pguser -f $file_name [db_get_database] $pgpass" "r"] } else {