aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.uavcan
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-12-14 11:28:25 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-12-14 11:28:25 +0100
commit29eab8ebd44f96d222c3e8ea6952f8584c17eb63 (patch)
treea4b35f01831653dc7c1441804fe9fa34f6704714 /ROMFS/px4fmu_common/init.d/rc.uavcan
parent826ca64ac7bdeaaaa892533d0043e1e176a7bfa2 (diff)
downloadpx4-firmware-29eab8ebd44f96d222c3e8ea6952f8584c17eb63.tar.gz
px4-firmware-29eab8ebd44f96d222c3e8ea6952f8584c17eb63.tar.bz2
px4-firmware-29eab8ebd44f96d222c3e8ea6952f8584c17eb63.zip
change [init] to [i]
This change was introduced in pull #1461. This fixes some missed occurrences.
Diffstat (limited to 'ROMFS/px4fmu_common/init.d/rc.uavcan')
-rw-r--r--ROMFS/px4fmu_common/init.d/rc.uavcan4
1 files changed, 2 insertions, 2 deletions
diff --git a/ROMFS/px4fmu_common/init.d/rc.uavcan b/ROMFS/px4fmu_common/init.d/rc.uavcan
index 55a372609..08ba86d78 100644
--- a/ROMFS/px4fmu_common/init.d/rc.uavcan
+++ b/ROMFS/px4fmu_common/init.d/rc.uavcan
@@ -10,9 +10,9 @@ then
# First sensor publisher to initialize takes lowest instance ID
# This delay ensures that UAVCAN-interfaced sensors would be allocated on lowest instance IDs
sleep 1
- echo "[init] UAVCAN started"
+ echo "[i] UAVCAN started"
else
- echo "[init] ERROR: Could not start UAVCAN"
+ echo "[i] ERROR: Could not start UAVCAN"
tone_alarm $TUNE_ERR
fi
fi