From 99a387cf03dfb04f355ddd6dbd89d952f53abea2 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Fri, 18 Feb 2022 23:06:04 +0800 Subject: [PATCH] sm8250-common: Fix invalid usage of log utility Fix derp in 1116fa8b1fcc9513d91f174300496c673b09f5eb Change-Id: I7a4d5291a11d823f0cef024b136cfc703fa64fc0 --- rootdir/bin/init.mmi.laser.sh | 2 +- rootdir/bin/init.mmi.touch.sh | 2 +- rootdir/bin/init.oem.hw.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rootdir/bin/init.mmi.laser.sh b/rootdir/bin/init.mmi.laser.sh index fade707..3197474 100755 --- a/rootdir/bin/init.mmi.laser.sh +++ b/rootdir/bin/init.mmi.laser.sh @@ -9,7 +9,7 @@ debug() notice() { echo "$*" - log -t "$scriptname" -i "$*" + log -t "$scriptname" -p i "$*" } error_and_leave() diff --git a/rootdir/bin/init.mmi.touch.sh b/rootdir/bin/init.mmi.touch.sh index 5075397..c5dd189 100755 --- a/rootdir/bin/init.mmi.touch.sh +++ b/rootdir/bin/init.mmi.touch.sh @@ -56,7 +56,7 @@ debug() notice() { echo "$*" - log -t "$scriptname" -i "$*" + log -t "$scriptname" -p i "$*" } sanity_check() diff --git a/rootdir/bin/init.oem.hw.sh b/rootdir/bin/init.oem.hw.sh index 72a7cbe..0e3c545 100755 --- a/rootdir/bin/init.oem.hw.sh +++ b/rootdir/bin/init.oem.hw.sh @@ -181,7 +181,7 @@ debug() notice() { echo "$*" - log -t "$scriptname" -i "$*" + log -t "$scriptname" -p i "$*" } add_device_params()