]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/apiauth.php
i18n for low level logging is not needed.
[quix0rs-gnu-social.git] / 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);