Improve error message

This commit is contained in:
Patrick Lühne 2020-05-26 04:10:36 +02:00
parent 07290810a2
commit b68bc7ddb5
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ end
begin
$control_socket = UNIXSocket.new(control_socket_path)
rescue StandardError => error
log "error", "could not connect to github-fast-envd socket"
log "error", "could not connect to github-fast-envd socket (insufficient permissions or github-fast-envd not running)"
exit 1
end