diff --git a/endpoints/profile/status.php b/endpoints/profile/status.php index 15d0d781..dd5e9b44 100644 --- a/endpoints/profile/status.php +++ b/endpoints/profile/status.php @@ -39,7 +39,7 @@ class ProfileStatusResponse extends TextResponse if (!$ids) { - trigger_error('ProfileStatusResponse - no profileIds to resync'.($this->_get['guild'] ? ' for guild #'.$this->_get['guild'] : ($this->_get['arena-team'] ? ' for areana team #'.$this->_get['arena-team'] : '')), E_USER_ERROR); + trigger_error('ProfileStatusResponse - no profileIds to resync'.($this->_get['guild'] ? ' for guild #' : ($this->_get['arena-team'] ? ' for areana team #' : ' #')).Util::toString($this->_get['id']), E_USER_WARNING); $this->result = Util::toJSON([1, [PR_QUEUE_STATUS_ERROR, 0, 0, PR_QUEUE_ERROR_CHAR]]); }