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()