]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Change message to indicate that the count only includes client ports
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 5 Nov 2006 12:02:27 +0000 (12:02 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 5 Nov 2006 12:02:27 +0000 (12:02 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5654 e03df62e-2008-0410-955e-edbf42e46eb7

src/inspircd.cpp

index cd99e63b6571ae757d27ac3804eab811074b95a6..e7e6c9aadb0317ca5c55b1c387e02c3e3a4d283c 100644 (file)
@@ -299,7 +299,7 @@ InspIRCd::InspIRCd(int argc, char** argv)
        
        if (stats->BoundPortCount != (unsigned int)found_ports)
        {
-               printf("\nWARNING: Not all your ports could be bound -- starting anyway with %ld of %d ports bound.\n", stats->BoundPortCount, found_ports);
+               printf("\nWARNING: Not all your client ports could be bound --\n         starting anyway with %ld of %d client ports bound.\n", stats->BoundPortCount, found_ports);
        }
 
        /* Add the listening sockets used for client inbound connections