Index: openacs-4/packages/acs-subsite/www/shared/1pixel.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/shared/1pixel.tcl,v diff -u -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-subsite/www/shared/1pixel.tcl 30 Mar 2013 19:07:24 -0000 1.5 +++ openacs-4/packages/acs-subsite/www/shared/1pixel.tcl 1 Apr 2014 18:37:31 -0000 1.5.2.1 @@ -23,7 +23,7 @@ # insist on UTF8-encoding it). So we write to a file, then dump # the file's contents. - set file_name [ns_tmpnam] + set file_name [ad_tmpnam] ns_log "Notice" "logging to $file_name" set file [open $file_name w+] fconfigure $file -encoding binary -translation binary