From 721894b4a422994893c3b08a92e0746ed9a4e7d1 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Fri, 12 Apr 2024 10:49:50 +0300 Subject: [PATCH] Fixing typo --- plan.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan.inc.php b/plan.inc.php index cbd1f19..15c3643 100644 --- a/plan.inc.php +++ b/plan.inc.php @@ -644,7 +644,7 @@ class Plan 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) $this->post("\n```\n$errors_log\n```\n *{$task->device}*"); }