# HG changeset patch # User Eric Warmenhoven # Date 1001367679 0 # Node ID d6d3d2e6d62568e5c7bdc9d6f078e4ccca55af58 # Parent ddf404cd975743983e11da4c3ee113bb66280171 [gaim-migrate @ 2370] what the hell committer: Tailor Script diff -r ddf404cd9757 -r d6d3d2e6d625 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Mon Sep 24 20:37:41 2001 +0000 +++ b/src/protocols/oscar/oscar.c Mon Sep 24 21:41:19 2001 +0000 @@ -1311,7 +1311,7 @@ file = fopen(gc->user->iconfile, "r"); if (file) { fread(buf, 1, st.st_size, file); - debug_printf("Sending buddy icon to %d\n", userinfo->sn); + debug_printf("Sending buddy icon to %s\n", userinfo->sn); aim_send_icon(sess, conn, userinfo->sn, buf, st.st_size, st.st_mtime, aim_iconsum(buf, st.st_size)); fclose(file);