diff options
| author | 2006-10-28 13:28:21 +0000 | |
|---|---|---|
| committer | 2006-10-28 13:28:21 +0000 | |
| commit | d9b74b49d9ff87f7ce36f2909adb427be4482c68 (patch) | |
| tree | 3de9b02f0203d25d59452aa5c78a7417c35b20f2 /src/users.cpp | |
| parent | Remove ancient copy-to-tmp system for modules, this is no longer required so ... (diff) | |
Try this, werdnum
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5562 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index 7d2d8549a..6ee51bb3a 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -31,8 +31,10 @@ unsigned long uniq_id = 0; bool InitTypes(ServerConfig* conf, const char* tag) { + conf->GetInstance()->Log(DEBUG,"Currently %d items to clear",conf->opertypes.size()); for (opertype_t::iterator n = conf->opertypes.begin(); n != conf->opertypes.end(); n++) { + conf->GetInstance()->Log(DEBUG,"Clear item"); if (n->second) delete[] n->second; } |
