From 21bb2f2acf59f1bdf2853908fe82601531068a21 Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 17 Jul 2008 20:07:58 +0000 Subject: Combine IP+port in a failed port list, show (the more helpful) error string so the user can have some idea of what actually went wrong.. why we forced people to strace is beyond me.. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10030 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 10729d308..9ef5dbcfb 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -235,7 +235,7 @@ class serverstats : public classbase }; /** A list of failed port bindings, used for informational purposes on startup */ -typedef std::vector > FailedPortList; +typedef std::vector > FailedPortList; class InspIRCd; -- cgit v1.2.3