Profiler/Resync
* fix logging ids on resync failure
This commit is contained in:
parent
465e019eaa
commit
77f2a0c21d
1 changed files with 1 additions and 1 deletions
|
|
@ -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]]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue