From 10d89be0b7a035e2fc993bf9ff63d78c8a93f90f Mon Sep 17 00:00:00 2001 From: Sven Moritz Hallberg Date: Sun, 19 Sep 2010 21:16:43 +0200 Subject: cosmetics --- otr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otr.c') diff --git a/otr.c b/otr.c index 686a947a..72706c42 100644 --- a/otr.c +++ b/otr.c @@ -1075,7 +1075,7 @@ void otr_handle_smp(struct im_connection *ic, const char *handle, OtrlTLV *tlvs) otrl_sm_state_free(context->smstate); } else { char *question = g_strndup((char *)tlv->data, tlv->len); - irc_usermsg(irc, "smp: question from %s: \"%s\"", u->nick, + irc_usermsg(irc, "smp: initiated by %s with question: \"%s\"", u->nick, question); irc_usermsg(irc, "smp: respond with \x02otr smp %s \x02", u->nick); -- cgit v1.2.3