Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
make weave(proxy) startup death message more generic
Browse files Browse the repository at this point in the history
...in order to account for `docker logs` not working due to custom
logging drivers.

Partially undoes #958. Partially fixes #1453.
  • Loading branch information
rade committed Sep 29, 2015
1 parent 2d753eb commit 58515ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ call_weave() {
}

death_msg() {
echo "The $1 container has died. Consult the logs with 'docker logs $1' for further details."
echo "The $1 container has died. Consult the container logs for further details."
}

# Wait until container $1 is alive enough to respond to "GET /status"
Expand Down

0 comments on commit 58515ca

Please sign in to comment.