aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/oscar/info.c')
-rw-r--r--protocols/oscar/info.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/oscar/info.c b/protocols/oscar/info.c
index ffe29d1f..0f1bcfd2 100644
--- a/protocols/oscar/info.c
+++ b/protocols/oscar/info.c
@@ -260,6 +260,7 @@ guint32 aim_getcap(aim_session_t *sess, aim_bstream_t *bs, int len)
if (!identified) {
/*FIXME*/
+ /*REMOVEME :-)
g_strdup_printf("unknown capability: {%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x}\n",
cap[0], cap[1], cap[2], cap[3],
cap[4], cap[5],
@@ -267,7 +268,7 @@ guint32 aim_getcap(aim_session_t *sess, aim_bstream_t *bs, int len)
cap[8], cap[9],
cap[10], cap[11], cap[12], cap[13],
cap[14], cap[15]);
-
+ */
}
g_free(cap);