1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 05:53:13 +02:00

Make the server connected (uplink) message more sane.

This commit is contained in:
Robby-
2014-01-21 00:28:40 +01:00
parent dc19ea3993
commit 10386a39f0
+1 -1
View File
@@ -38,7 +38,7 @@ Server::Server(Server *up, const Anope::string &sname, unsigned shops, const Ano
if (!ssid.empty())
Servers::ByID[ssid] = this;
Log(this, "connect") << "uplinked to " << (this->uplink ? this->uplink->GetName() : "no uplink") << " connected to the network";
Log(this, "connect") << "has connected to the network (uplinked to " << (this->uplink ? this->uplink->GetName() : "no uplink") << ")";
/* Add this server to our uplinks leaf list */
if (this->uplink)