| CODENOTIFIER | HelpYou are not signed inSign in |
Project: taskr
Revision: 211
Author: matt.zukowski
Date: 03 Jul 2008 13:55:06
Changes:Diff:| ... | ...@@ -42,7 +42,7 @@ | |
| 42 | 42 | err = false # start off assuming there's no error |
| 43 | 43 | begin |
| 44 | 44 | if params[:dont_wait] |
| 45 | puts "Task #{params[:task_name].inspect} will be forked to its own process because the 'dont_wait' parameter was set to true". | |
| 45 | puts "Task #{params[:task_name].inspect} will be forked to its own process because the 'dont_wait' parameter was set to true." | |
| 46 | 46 | |
| 47 | 47 | pid = fork do |
| 48 | 48 | RAILS_DEFAULT_LOGGER.debug("*** Taskr4Rails -- Executing task #{params[:task_name].inspect} with Ruby code: #{params[:ruby_code]}") |