Skip to content

Commit

Permalink
ceph-run: c* -> ceph-* rename: Use ceph-run as stderr prefix.
Browse files Browse the repository at this point in the history
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
  • Loading branch information
Tommi Virtanen committed Sep 23, 2011
1 parent 0c2cfa1 commit a62108b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ceph-run
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ while [ true ]; do
*)
exit;
esac
echo crun: $1 dumped core, restarting in $sleep seconds...
echo ceph-run: $1 dumped core, restarting in $sleep seconds...
sleep $sleep
else
exit
Expand Down

0 comments on commit a62108b

Please sign in to comment.