Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -r1.103.2.20 -r1.103.2.21 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 6 Jan 2017 16:37:11 -0000 1.103.2.20 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 7 Jan 2017 15:33:35 -0000 1.103.2.21 @@ -1653,7 +1653,7 @@ if {[::xo::db::sql::util foreign_key_exists \ -table $table -column $col \ -reftable $reftable -refcolumn $refcol]} { - ad_log notice "foreign key already exists for table $table column $col to ${reftable}(${refcol})" + ns_log debug "foreign key already exists for table $table column $col to ${reftable}(${refcol})" return } ::xo::dc dml alter-table-$table \