Index: openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl,v diff -u -r1.28 -r1.29 --- openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 1 Nov 2003 08:45:36 -0000 1.28 +++ openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 3 Nov 2003 10:50:18 -0000 1.29 @@ -181,9 +181,7 @@ # Attempt a backup of the file first. Do not overwrite an old backup file. if { [catch "file -- copy $full_file_path \"${full_file_path}.orig\"" errmsg] } { - ns_log Warning [list lang::util::replace_temporary_tags_with_lookups: The file $full_file_path - could not be backed up before message key extraction since backup file \ - ${full_file_path}.orig already exists] + ns_log Warning "The file $full_file_path could not be backed up before message key extraction since backup file ${full_file_path}.orig already exists" } # Read the contents of the file