Index: openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl,v diff -u -N -r1.18.8.14 -r1.18.8.15 --- openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 23 Aug 2014 16:15:27 -0000 1.18.8.14 +++ openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 6 Sep 2014 21:11:56 -0000 1.18.8.15 @@ -209,9 +209,8 @@ # LARS: Default to 1 (the package_key/version_name you supplied was higher than what's on the system) # for the case where nothing it returned, because this implies that there was no highest version installed, # i.e., no version at all of the package was installed. - set result [db_string apm_higher_version_installed_p {} -default 1] - ns_log notice "apm_higher_version_installed_p <$package_key> <$version_name> -> $result" - return $result + + return [db_string apm_higher_version_installed_p {} -default 1] }