Sun, 13 May 2007 19:53:34 +0000
Do not localize any debug messages, as described in #648.
$ grep '_(' *|grep debug
$
| libpurple/protocols/myspace/myspace.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/myspace/myspace.c Thu May 10 04:25:40 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Sun May 13 19:53:34 2007 +0000 @@ -92,7 +92,7 @@ GList *types; PurpleStatusType *type; - purple_debug_info("myspace", _("returning status types for %s: %s, %s, %s\n"), + purple_debug_info("myspace", "returning status types for %s: %s, %s, %s\n", acct->username, MSIM_STATUS_ONLINE, MSIM_STATUS_AWAY, MSIM_STATUS_OFFLINE, MSIM_STATUS_INVISIBLE);