Show message when no capabilities available

This commit is contained in:
James Booth
2014-09-21 23:21:48 +01:00
parent f04ed28886
commit 9f7a8cea81
2 changed files with 9 additions and 8 deletions

View File

@@ -199,9 +199,7 @@ caps_create_sha1_str(xmpp_stanza_t * const query)
curr = g_slist_next(curr);
}
log_debug("Generating capabilities hash for: %s", s->str);
char *result = p_sha1_hash(s->str);
log_debug("Hash: %s", result);
g_string_free(s, TRUE);
g_slist_free_full(identities, g_free);