From 3d4af962cdd67e1e3b6ba43c30c06b324f571116 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 6 Feb 2008 00:23:51 +0000 Subject: [PATCH] undone r663 (sorry) git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@664 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/sems.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/sems.cpp b/core/sems.cpp index 47a6431c..e7407ab7 100644 --- a/core/sems.cpp +++ b/core/sems.cpp @@ -387,8 +387,9 @@ int main(int argc, char* argv[]) if (AmServer::instance()->hasIface()) { AmServer::instance()->run(); } else { - ERROR("SEMS cannot start without a working link to a SIP stack, e.g. to SER.\n" - "Please load a SIP stack control plugin.\n"); + ERROR("Sems cannot start without a control interface plug-in.\n" + "Following plug-ins can be used: unixsockctrl, binrpcctrl and sipctrl\n" + "If SEMS should use its own SIP stack instead of SER's, please load the sipctrl plug.in\n"); return -1; }