]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix typo in warning, and make it sound less like the world is coming to an end.
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 30 Dec 2006 16:36:59 +0000 (16:36 +0000)
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 30 Dec 2006 16:36:59 +0000 (16:36 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6174 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/extra/m_pgsql.cpp

index 13dc9c3a8d95f3837bbe7f3e2e3b40cab7bf9232..15cdbdcce91aef78cb3a5466b39604b8145ae336 100644 (file)
@@ -1209,7 +1209,7 @@ public:
        {
                if (HasHost(ci))
                {
-                       ServerInstance->Log(DEFAULT, "WARNING: A pgsql connection with id: %s already exists, possible due to DNS delay, aborting.", hi.id.c_str());
+                       ServerInstance->Log(DEFAULT, "WARNING: A pgsql connection with id: %s already exists, possibly due to DNS delay. Aborting connection attempt.", hi.id.c_str());
                        return;
                }