--- a/src/stringref.c Sun Dec 07 20:44:07 2003 +0000 +++ b/src/stringref.c Sun Dec 07 20:49:00 2003 +0000 @@ -124,7 +124,7 @@ { #ifdef DEBUG if (REFCOUNT(stringref->ref) != 0) { - gaim_debug(GAIM_DEBUG_ERROR, "stringref", "Free of nonzero (%d) ref stringref!\n", stringref->ref); + gaim_debug(GAIM_DEBUG_ERROR, "stringref", "Free of nonzero (%d) ref stringref!\n", REFCOUNT(stringref->ref)); return; } #endif /* DEBUG */