From: Siebrand Mazeland Date: Sat, 10 Apr 2010 19:59:17 +0000 (+0200) Subject: i18n for low level logging is not needed. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1661be68510e57cac9abded49d23a6c731f1840e;p=quix0rs-gnu-social.git i18n for low level logging is not needed. --- diff --git a/lib/apiauth.php b/lib/apiauth.php index e78de618ee..efadffc132 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);