summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-23 15:04:14 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-23 15:04:14 +0000
commitf5f71bdfefb84ccb69712ef6ed9f5ffc43733678 (patch)
tree47fd6dfa729de9ea7dce28b5c782c84f9348b817 /src/inspircd.cpp
parent3a07789b1594f8f6167b2d8a3eea3efa1c365284 (diff)
Cut down on debug on restart
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6073 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 3b90d15dd..b74fb4046 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -579,11 +579,8 @@ bool InspIRCd::UnloadModule(const char* filename)
}
// found the module
- this->Log(DEBUG,"Removing dependent commands...");
Parser->RemoveCommands(filename);
- this->Log(DEBUG,"Deleting module...");
this->EraseModule(j);
- this->Log(DEBUG,"Erasing module entry...");
this->EraseFactory(j);
this->Log(DEFAULT,"Module %s unloaded",filename);
this->ModCount--;