From: Zach Copley Date: Thu, 28 May 2009 23:18:58 +0000 (-0700) Subject: Warning log msg when http basic auth fails X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8e8853a7141b10d01814d68021f24f2c78b2f193;p=quix0rs-gnu-social.git Warning log msg when http basic auth fails --- diff --git a/actions/api.php b/actions/api.php index 8762b4bcd3..b25ba99f30 100644 --- a/actions/api.php +++ b/actions/api.php @@ -67,6 +67,7 @@ class ApiAction extends Action $this->process_command(); } else { # basic authentication failed + common_log(LOG_WARNING, "Failed API auth attempt, nickname: $nickname."); $this->show_basic_auth_error(); } }