diff options
| author | 2012-05-30 00:29:06 +0200 | |
|---|---|---|
| committer | 2012-05-30 00:29:06 +0200 | |
| commit | 8c7aeaf59576e89a376d2ab8a72c1e447d4975d3 (patch) | |
| tree | 3368cfdefffb3a1bd862498331cafe7d784b7689 /src/channels.cpp | |
| parent | Merge pull request #156 from attilamolnar/insp20+statszfix (diff) | |
Add more documentation about logging, aswell as make text, tab and space corrections to the configs
Diffstat (limited to 'src/channels.cpp')
| -rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 5539f4bfe..c08030d4f 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -274,7 +274,7 @@ Channel* Channel::JoinUser(User *user, const char* cn, bool override, const char if (!IS_LOCAL(user)) { if (!TS) - ServerInstance->Logs->Log("CHANNEL",DEBUG,"*** BUG *** Channel::JoinUser called for REMOTE user '%s' on channel '%s' but no TS given!", user->nick.c_str(), cn); + ServerInstance->Logs->Log("CHANNELS",DEBUG,"*** BUG *** Channel::JoinUser called for REMOTE user '%s' on channel '%s' but no TS given!", user->nick.c_str(), cn); } else { |
