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}*"); }