From b194ca40b69ff2d7df2676dfa25f15ec2dd62825 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 14 Oct 2007 22:33:03 +0000 Subject: Another dodgy count fixed git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8200 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 563e06c28..b844bc56b 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -599,7 +599,7 @@ void ModuleManager::LoadAll() } } printf_c("\nA total of \033[1;32m%d\033[0m module%s been loaded.\n", (this->GetCount()+1), (this->GetCount()+1) == 1 ? " has" : "s have"); - Instance->Log(DEFAULT,"Total loaded modules: %d", this->GetCount()); + Instance->Log(DEFAULT,"Total loaded modules: %d", this->GetCount()+1); } long ModuleManager::PriorityAfter(const std::string &modulename) -- cgit v1.2.3