Mercurial > pidgin
diff libpurple/plugins/log_reader.c @ 18253:30c1f3984c55
using purple_debug_info instead of purple_debug_error
| author | Michael Shkutkov <mshkutkov@soc.pidgin.im> |
|---|---|
| date | Tue, 26 Jun 2007 09:58:05 +0000 |
| parents | 6722bbd698ff |
| children | 991f33e9e1a4 |
line wrap: on
line diff
--- a/libpurple/plugins/log_reader.c Tue Jun 26 09:50:40 2007 +0000 +++ b/libpurple/plugins/log_reader.c Tue Jun 26 09:58:05 2007 +0000 @@ -1886,7 +1886,7 @@ data->offset = offset; offset += data->length; - purple_debug_error("QIP logger list", + purple_debug_info("QIP logger list", "Creating log: path = (%s); length = (%d); offset = (%d)\n", data->path, data->length, data->offset); /* XXX: Look into this later... Should we pass in a struct tm? */ @@ -1924,7 +1924,7 @@ data->length = c - start_log; data->offset = offset; offset += data->length; - purple_debug_error("QIP logger list", + purple_debug_info("QIP logger list", "Creating log: path = (%s); length = (%d); offset = (%d)\n", data->path, data->length, data->offset); /* XXX: Look into this later... Should we pass in a struct tm? */
