Index: openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl,v diff -u -r1.45.2.1 -r1.45.2.2 --- openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 12 Mar 2006 22:16:37 -0000 1.45.2.1 +++ openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 20 Nov 2006 20:00:12 -0000 1.45.2.2 @@ -764,7 +764,7 @@ if { [message_exists_p $locale $key] } { set message [nsv_get lang_message_$locale $key] } else { - ns_log Error "lang::message::lookup: Key '$key' does not exist in en_US" + ns_log Error "lang::message::lookup: Key '$key' does not exist in en_US\nUser_id [ad_conn user_id]\n[ad_url][util_get_current_url]" set message "MESSAGE KEY MISSING: '$key'" } }