]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
i18n for low level logging is not needed.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 10 Apr 2010 19:59:17 +0000 (21:59 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 10 Apr 2010 19:59:17 +0000 (21:59 +0200)
lib/apiauth.php

index e78de618ee2a4eb1713278d2592a54efd828c127..efadffc132de34301d594594005357e4f4540cf9 100644 (file)
@@ -273,8 +273,8 @@ class ApiAuthAction extends ApiAction
 
                 list($proxy, $ip) = common_client_ip();
 
-                $msg = sprintf(_('Failed API auth attempt, nickname = %1$s, ' .
-                         'proxy = %2$s, ip = %3$s'),
+                $msg = sprintf( 'Failed API auth attempt, nickname = %1$s, ' .
+                         'proxy = %2$s, ip = %3$s',
                                $this->auth_user_nickname,
                                $proxy,
                                $ip);