diff options
| author | Heinrich Schuchardt <[email protected]> | 2026-04-28 20:14:32 +0200 |
|---|---|---|
| committer | Jerome Forissier <[email protected]> | 2026-05-06 11:07:22 +0200 |
| commit | 4877a07ed3cf75fd6fe1acef0b3140a7b76eb680 (patch) | |
| tree | 5e2332ad09ca1536dea19b5b2605c1145cac8a40 /src/apps | |
| parent | d6694018eaddefac6aae974f9cec72fd6e58f1bc (diff) | |
net: lwip/wget: missing linefeed in diagnostic output
With NET_LWIP wget produces this output with an overlong line
and missing white space:
=> wget $kernel_addr_r http://example.com/
################################################# 4 GiB540 bytes transferred in 2 ms (263.7 KiB/s)
Bytes transferred = 540 (21c hex)
Removing the condition on inserting a line feed yields:
=> wget $kernel_addr_r http://example.com/
################################################# 4 GiB
540 bytes transferred in 2 ms (263.7 KiB/s)
Bytes transferred = 540 (21c hex)
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Jerome Forissier <[email protected]>
Diffstat (limited to 'src/apps')
0 files changed, 0 insertions, 0 deletions
