bin/sidekiqctl in sidekiq-1.1.4 vs bin/sidekiqctl in sidekiq-1.2.0

- old
+ new

@@ -10,10 +10,10 @@ @stage = stage @pidfile = pidfile @timeout = timeout done 'No pidfile given' if !pidfile - done 'Pidfile does not exist' if !File.exist?(pidfile) + done "Pidfile #{pidfile} does not exist" if !File.exist?(pidfile) done 'Invalid pidfile content' if pid == 0 fetch_process begin