From 1661be68510e57cac9abded49d23a6c731f1840e Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 10 Apr 2010 21:59:17 +0200 Subject: i18n for low level logging is not needed. --- lib/apiauth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/apiauth.php b/lib/apiauth.php index e78de618e..efadffc13 100644 --- a/lib/apiauth.php +++ b/lib/apiauth.php @@ -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); -- cgit v1.2.3-54-g00ecf