Mercurial > pidgin.yaz
changeset 7525:7398a8d6862d
[gaim-migrate @ 8138]
Printing to the console if no debug ops are set will cause problems. A
different method should be thought out.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 16 Nov 2003 01:55:59 +0000 |
parents | 5fbc055c15c7 |
children | 77727178a1df |
files | src/debug.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/debug.c Sun Nov 16 01:54:44 2003 +0000 +++ b/src/debug.c Sun Nov 16 01:55:59 2003 +0000 @@ -40,12 +40,6 @@ if (ops != NULL && ops->print != NULL) ops->print(level, category, format, args); - else { - /* fallback for pre ops init period */ - char *str = g_strdup_vprintf(format, args); - printf("%s%s%s", category?category:"", category?": ":"",str); - g_free(str); - } } void