From a61e6b29163201b31f539658aade078fa56da318 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 20:44:34 +0000 Subject: Fixed ModuleError() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2454 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/userprocess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userprocess.cpp b/src/userprocess.cpp index d2a3d4e5f..c1df2ef6e 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -380,7 +380,7 @@ void LoadAllModules() if (!ServerInstance->LoadModule(configToken)) { log(DEFAULT,"Exiting due to a module loader error."); - printf("\nThere was an error loading a module: %s\n\nYou might want to do './inspircd start' instead of 'bin/inspircd'\n\n",ModuleError()); + printf("\nThere was an error loading a module: %s\n\nYou might want to do './inspircd start' instead of 'bin/inspircd'\n\n",ServerInstance->ModuleError()); Exit(0); } } -- cgit v1.2.3