Fixing typo
Publish PHP Package / docker (push) Successful in 6s
Details
Publish PHP Package / docker (push) Successful in 6s
Details
This commit is contained in:
parent
070c4163e4
commit
721894b4a4
|
@ -644,7 +644,7 @@ class Plan
|
||||||
|
|
||||||
function _reportErrorFromLogcatToMessenger(Task $task, $limit)
|
function _reportErrorFromLogcatToMessenger(Task $task, $limit)
|
||||||
{
|
{
|
||||||
$errors_log = _trim(get_logcat_errors($task->device, $limit), 3950);
|
$errors_log = _trim(get_logcat_errors($this->session->conf->atf_host, $task->device, $limit), 3950);
|
||||||
if($errors_log)
|
if($errors_log)
|
||||||
$this->post("\n```\n$errors_log\n```\n *{$task->device}*");
|
$this->post("\n```\n$errors_log\n```\n *{$task->device}*");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue