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 | 6f813a80a5997917cf5cbbda4a4df5dcae7f14bb (patch) | |
tree | 9ca8c3142d73c52b0c46d40264c43b048d683edd /scripts | |
parent | 124361eb175c5f45a54c59229dc070889bcb7af4 (diff) | |
download | rabbitmq-server-6f813a80a5997917cf5cbbda4a4df5dcae7f14bb.tar.gz |
Remove exclamation mark from an error message.
It will be more trouble than it is worth to preserve this with
deferred expansion.
Diffstat (limited to 'scripts')
-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 46681125..232a6700 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
|