summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2010-02-08 07:55:58 +0000
committerDavid Wragg <dpw@lshift.net>2010-02-08 07:55:58 +0000
commit6f813a80a5997917cf5cbbda4a4df5dcae7f14bb (patch)
tree9ca8c3142d73c52b0c46d40264c43b048d683edd
parent124361eb175c5f45a54c59229dc070889bcb7af4 (diff)
downloadrabbitmq-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.
-rwxr-xr-xscripts/rabbitmq-service.bat2
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