Skip to content

Commit de9a433

Browse files
leggewieigorpecovnik
authored andcommitted
BSP: fix incorrect logging for USB Gadget script
1 parent bd7fbb0 commit de9a433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bsp/usb-gadget-network/setup-usbgadget-network.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ set_usbgadget_ipaddress() {
8080
echo "unudhcpd process already exists, skip setting usb gadget ip, unudhcpd_pid is $unudhcpd_pid"
8181
return
8282
fi
83-
echo "Starting dnsmasq with server ip $host_ip, client ip: $client_ip"
83+
echo "Starting unudhcpd service with server ip $host_ip, client ip: $client_ip"
8484
# Get usb interface
8585
INTERFACE=""
8686
ip a add "${host_ip}/255.255.0.0" dev usb0 2> /dev/null && ip link set usb0 up && INTERFACE=usb0

0 commit comments

Comments
 (0)