summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 21:59:17 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 21:59:17 +0200
commit1661be68510e57cac9abded49d23a6c731f1840e (patch)
treeaf9b487165fb869a39c836c465d9b936936b6758
parentb45f08557e5dc0275ec11d90b2581e8b5d91b27b (diff)
i18n for low level logging is not needed.
-rw-r--r--lib/apiauth.php4
1 files 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);