diff options
| author | David Wragg <dpw@lshift.net> | 2010-02-08 07:55:58 +0000 |
|---|---|---|
| committer | David Wragg <dpw@lshift.net> | 2010-02-08 07:55:58 +0000 |
| commit | 53f113e6e4ac5b2294fdfa4481fbcdece6c7e467 (patch) | |
| tree | 9ca8c3142d73c52b0c46d40264c43b048d683edd | |
| parent | aac34f6d43a16bc47fabb5ae87e36ce09fdd4064 (diff) | |
| download | rabbitmq-server-git-53f113e6e4ac5b2294fdfa4481fbcdece6c7e467.tar.gz | |
Remove exclamation mark from an error message.
It will be more trouble than it is worth to preserve this with
deferred expansion.
| -rwxr-xr-x | scripts/rabbitmq-service.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-service.bat b/scripts/rabbitmq-service.bat index 4668112576..232a6700c8 100755 --- a/scripts/rabbitmq-service.bat +++ b/scripts/rabbitmq-service.bat @@ -73,7 +73,7 @@ if not exist "%ERLANG_SERVICE_MANAGER_PATH%\erlsrv.exe" ( echo ERLANG_SERVICE_MANAGER_PATH not set correctly.
echo **********************************************
echo.
- echo "%ERLANG_SERVICE_MANAGER_PATH%\erlsrv.exe" not found!
+ echo "%ERLANG_SERVICE_MANAGER_PATH%\erlsrv.exe" not found.
echo Please set ERLANG_SERVICE_MANAGER_PATH to the folder containing "erlsrv.exe".
echo.
exit /B 1
|
