From 0014777746c485041c0eb601794c009123d4bccf Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 30 Oct 2013 14:38:20 +0100 Subject: [PATCH] improve error message --- lib/GeneralServer/GeneralServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GeneralServer/GeneralServer.h b/lib/GeneralServer/GeneralServer.h index 5ebc539907..eeb760513d 100644 --- a/lib/GeneralServer/GeneralServer.h +++ b/lib/GeneralServer/GeneralServer.h @@ -195,7 +195,7 @@ namespace triagens { LOG_DEBUG("bound to endpoint '%s'", (*i).first.c_str()); } else { - LOG_FATAL_AND_EXIT("failed to bind to endpoint '%s'. Please review your endpoints configuration.", (*i).first.c_str()); + LOG_FATAL_AND_EXIT("failed to bind to endpoint '%s'. Please check whether another instance is already running or review your endpoints configuration.", (*i).first.c_str()); } } }