Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/00-database-procs.tcl,v diff -u -r1.48.2.5 -r1.48.2.6 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 23 Apr 2004 13:39:46 -0000 1.48.2.5 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 14 Oct 2004 03:21:16 -0000 1.48.2.6 @@ -2370,7 +2370,7 @@ } cd [file dirname $file] - + ns_log notice "\n DAVEB pghost = '${pghost}' pgport = '${pgport}' pguser = '${pguser}' \n" if { $tcl_platform(platform) == "windows" } { set fp [open "|[file join [db_get_pgbin] psql] $pghost $pgport $pguser -f $file_name [db_get_database]" "r"] } else {