Skip to content

Commit

Permalink
log message to info level rather than warn
Browse files Browse the repository at this point in the history
  • Loading branch information
udanieli committed May 30, 2023
1 parent de9f83d commit 7455a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/headless/plugins/blocking/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
async isBlockingAvailable () {
const has_feature = await api.disco.supports(Strophe.NS.BLOCKING, _converse.domain);
if (!has_feature) {
log.warn("XEP-0191 not supported, no blocklist available");
log.info("XEP-0191 not supported, no blocklist available");
return false;
}
log.debug("XEP-0191 available");
Expand Down

0 comments on commit 7455a14

Please sign in to comment.