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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user