1
0
Fork 0

improve error message

This commit is contained in:
Jan Steemann 2013-10-30 14:38:20 +01:00
parent b720b49a8c
commit 0014777746
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}
}