lib/flydata/command/helper.rb in flydata-0.4.3 vs lib/flydata/command/helper.rb in flydata-0.5.0
- old
+ new
@@ -46,11 +46,10 @@
end
end
def stop
if running?
- log_info_stdout("Stopping Helper.")
run_command(stop_cmd)
else
log_info_stdout("Helper is not running.")
end
end
@@ -134,13 +133,11 @@
def kill_cmd(option = nil)
"kill #{option} \`cat #{@helper_config.helper_pid_path}\`"
end
def raw_start
- log_info_stdout("Starting Helper.")
Flydata::Helper::Server.run(
DEFAULT_OPTIONS.merge(create_config_with_args))
- log_info_stdout("Done")
end
def create_helper_dirs
#Create helper dirs if they don't exist
FileUtils.mkdir_p([@helper_config.helper_home,