mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
mam: fix logging message
This commit is contained in:
parent
014e03c72e
commit
d06ca64098
@ -2544,7 +2544,7 @@ void
|
|||||||
iq_mam_request(ProfChatWin* win)
|
iq_mam_request(ProfChatWin* win)
|
||||||
{
|
{
|
||||||
if (connection_supports(XMPP_FEATURE_MAM2) == FALSE) {
|
if (connection_supports(XMPP_FEATURE_MAM2) == FALSE) {
|
||||||
log_warning("Server doesn't advertise %s feature.", XMPP_FEATURE_PING);
|
log_warning("Server doesn't advertise %s feature.", XMPP_FEATURE_MAM2);
|
||||||
cons_show_error("Server doesn't support MAM.");
|
cons_show_error("Server doesn't support MAM.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user