# HG changeset patch
# User Jeffrey Connelly <jaconnel@calpoly.edu>
# Date 1179086014 0
# Node ID 37e3d6378b08a6754e68ddae44b06a6a891dc144
# Parent  8f6dcd5e929892c24a9be264f8f1f42e4928a7f8
Do not localize any debug messages, as described in #648.

$ grep '_(' *|grep debug
$

diff -r 8f6dcd5e9298 -r 37e3d6378b08 libpurple/protocols/myspace/myspace.c
--- 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);