lib/scout/command.rb in scout-5.0.3 vs lib/scout/command.rb in scout-5.1.0
- old
+ new
@@ -216,10 +216,10 @@
# do nothing, we didn't have permission to check the running process
end
if running
if pid == "unknown"
log.warn "Could not create or read PID file. " +
- "You may need to the path to the config directory. " +
+ "You may need to specify the path to the config directory. " +
"See: http://scoutapp.com/help#data_file" if log
else
log.warn "Process #{pid} was already running" if log
end
exit