# HG changeset patch # User Jeffrey Connelly # Date 1180845303 0 # Node ID 437381cd780a1afcbed1a09d71e7efd9cf4cb2c8 # Parent bfda36bd957ac82c93a1a97e18222adf0c3d2ca0 Add missing argument to debug string. diff -r bfda36bd957a -r 437381cd780a libpurple/protocols/myspace/message.c --- a/libpurple/protocols/myspace/message.c Sun Jun 03 02:14:03 2007 +0000 +++ b/libpurple/protocols/myspace/message.c Sun Jun 03 04:35:03 2007 +0000 @@ -376,7 +376,7 @@ break; default: - string = g_strdup_printf("%s(unknown type %d (%c)", elem->name, elem->type); + string = g_strdup_printf("%s(unknown type %d (%c)", elem->name, elem->type, elem->type); break; }