summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/cs_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_set.c b/src/core/cs_set.c
index 01297eff4..93209782b 100644
--- a/src/core/cs_set.c
+++ b/src/core/cs_set.c
@@ -591,7 +591,7 @@ int do_set_bantype(User * u, ChannelInfo * ci, char *param)
notice_lang(s_ChanServ, u, CHAN_SET_BANTYPE_INVALID, param);
} else {
ci->bantype = bantype;
- alog("%s: %s!%s@%s set ban type for %s to: %s",
+ alog("%s: %s!%s@%s set ban type for %s to: %d",
s_ChanServ, u->nick, u->username, u->host, ci->name, ci->bantype);
notice_lang(s_ChanServ, u, CHAN_SET_BANTYPE_CHANGED, ci->name,
ci->bantype);