Mercurial > pidgin
changeset 789:00c56b54e92c
[gaim-migrate @ 799]
too many messages
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 29 Aug 2000 19:08:57 +0000 |
parents | 9cdc6ea9647f |
children | 9d5e7e987103 |
files | src/plugins.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/plugins.c Tue Aug 29 19:04:57 2000 +0000 +++ b/src/plugins.c Tue Aug 29 19:08:57 2000 +0000 @@ -543,9 +543,6 @@ GList *c = callbacks; struct gaim_callback *g; - sprintf(debug_buff, "callback %d\n", event); - debug_print(debug_buff); - while (c) { g = (struct gaim_callback *)c->data; if (g->event == event && g->function != NULL) { @@ -705,7 +702,7 @@ default: break; } - sprintf(debug_buff, "perl event %d: %s\n", event, buf); + sprintf(debug_buff, "event %d: %s\n", event, buf); debug_print(debug_buff); perl_event(event, buf); #endif