lib/d3/package/client_actions.rb in depot3-3.0.11 vs lib/d3/package/client_actions.rb in depot3-3.0.13
- old
+ new
@@ -156,10 +156,10 @@
### Regular Install...
###
else
unless forced
- raise D3::InstallError, "#{edition} cannot be installed now because '#{@prohibiting_process}' is running." if install_prohibited_by_process?
+ raise D3::InstallError, "#{edition} cannot be installed now because one or more of the following processes is running: #{D3::Admin::OPTIONS[:prohibiting_processes][:display_conversion].call @prohibiting_processes}." if install_prohibited_by_process?
end # unless forced
remove_previous_installs_if_needed (args[:verbose])
D3.log "Installing: #{edition} (#{@status})#{@using_force}", :warn