From: Florian Eckert Date: Thu, 29 Jan 2026 09:40:48 +0000 (+0100) Subject: modemmanager: update logging messages X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3e61169ebf2f0547a38053e81c00e40ad2e6e5a3;p=openwrt-packages.git modemmanager: update logging messages Remove the trailing '...' from the log messages to bring them into line with the other log messages in this file. Signed-off-by: Florian Eckert --- diff --git a/net/modemmanager/files/lib/netifd/proto/modemmanager.sh b/net/modemmanager/files/lib/netifd/proto/modemmanager.sh index 72ae658f0..a7f52ce02 100644 --- a/net/modemmanager/files/lib/netifd/proto/modemmanager.sh +++ b/net/modemmanager/files/lib/netifd/proto/modemmanager.sh @@ -529,9 +529,9 @@ modemmanager_init_epsbearer() { local apn="$4" if [ "$eps" = "none" ]; then - echo "Deleting inital EPS bearer..." + echo "Deleting inital EPS bearer" else - echo "Setting '$eps' inital EPS bearer apn to '$apn'..." + echo "Setting '$eps' inital EPS bearer apn to '$apn'" fi mmcli --modem="${device}" \ @@ -697,13 +697,13 @@ proto_modemmanager_setup() { modemmanager_set_plmn "$device" "$interface" "" "$force_connection" [ "$?" -ne "0" ] && return 1 else - echo "starting network registration with plmn '${plmn}'..." + echo "starting network registration with plmn '${plmn}'" modemmanager_set_plmn "$device" "$interface" "$plmn" "$force_connection" [ "$?" -ne "0" ] && return 1 fi # setup connect args; APN mandatory (even if it may be empty) - echo "starting connection with apn '${apn}'..." + echo "starting connection with apn '${apn}'" # setup allow-roaming parameter if [ -n "${allow_roaming}" ] && [ "${allow_roaming}" -eq 0 ];then