Index: openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl 11 Sep 2003 13:56:54 -0000 1.23 +++ openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl 17 Sep 2003 15:47:37 -0000 1.24 @@ -465,7 +465,7 @@ # want that to trigger an upgrade. set upgrade_p [ad_decode $higher_version_p 1 1 0] } - ns_log Notice "lang::catalog::import_messages_from_file - Loading messages in file $file_path, [ad_decode $upgrade_p 0 "not upgrading" "upgrading"]" + ns_log Notice "lang::catalog::import_messages_from_file - Loading messages in file $file_path [ad_decode $upgrade_p 0 "" ", upgrading"]" # Get the messages array, and the list of message keys to iterate over array set messages_array [lindex [array get catalog_array messages] 1]