From a5d1bc77abc275402240bec1380fa87f04461ba8 Mon Sep 17 00:00:00 2001 From: Xanadu Date: Fri, 5 Feb 2010 00:31:28 +0100 Subject: A great purge of obsolete macros. --HG-- branch : trunk --- src/trinitycore/Master.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/trinitycore') diff --git a/src/trinitycore/Master.cpp b/src/trinitycore/Master.cpp index 41169565565..1b7b369c5c6 100644 --- a/src/trinitycore/Master.cpp +++ b/src/trinitycore/Master.cpp @@ -155,9 +155,9 @@ public: std::string stringip = sConfig.GetStringDefault ("Ra.IP", "0.0.0.0"); ipaddr_t raip; if (!Utility::u2ip (stringip, raip)) - sLog.outError ("MaNGOS RA can not bind to ip %s", stringip.c_str ()); + sLog.outError ("Trinity RA can not bind to ip %s", stringip.c_str ()); else if (RAListenSocket.Bind (raip, raport)) - sLog.outError ("MaNGOS RA can not bind to port %d on %s", raport, stringip.c_str ()); + sLog.outError ("Trinity RA can not bind to port %d on %s", raport, stringip.c_str ()); else { h.Add (&RAListenSocket); -- cgit v1.2.3