Mercurial > pidgin.yaz
changeset 16740:37e3d6378b08
Do not localize any debug messages, as described in #648.
$ grep '_(' *|grep debug
$
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Sun, 13 May 2007 19:53:34 +0000 |
parents | 8f6dcd5e9298 |
children | a2e9890a57e0 |
files | libpurple/protocols/myspace/myspace.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);