Commit 5cf17732 authored by Frank Bergmann's avatar Frank Bergmann

-- ns_log expects string, not array

parent e4767e12
......@@ -527,7 +527,7 @@ ad_proc -public im_rest_object_type_update_sql {
Updates all the object's tables with the information from the
hash array.
} {
ns_log Notice "im_rest_object_type_update_sql: format=$format, rest_otype=$rest_otype, rest_oid=$rest_oid, hash_array=$hash_array"
ns_log Notice "im_rest_object_type_update_sql: format=$format, rest_otype=$rest_otype, rest_oid=$rest_oid, hash_array=[array get hash_array]"
# Stuff the list of variables into a hash
array set hash $hash_array
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment