Mercurial > pidgin
changeset 25362:43a093eb913f
Slightly improve this debug error message
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 24 Jan 2009 02:02:25 +0000 |
parents | e0de69ed220e |
children | 17b840986607 |
files | libpurple/connection.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/connection.c Fri Jan 23 17:59:01 2009 +0000 +++ b/libpurple/connection.c Sat Jan 24 02:02:25 2009 +0000 @@ -545,7 +545,7 @@ } if (description == NULL) { - purple_debug_error("connection", "purple_connection_error_reason: check `description != NULL' failed\n"); + purple_debug_error("connection", "purple_connection_error_reason called with NULL description\n"); description = _("Unknown error"); }