commit | e803bfb4bbb9be358a49bca252f176c1c0dbd0a3 | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan@embeint.com> | Sat Apr 12 13:38:20 2025 +1000 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Apr 16 08:05:03 2025 +0200 |
tree | 4d6d2c64b0e1d268fb8f841b241784fe4d03242e | |
parent | da953b64c2d5841fc77719027c1ca8f9a287b14c [diff] |
net: ip: net_context: louder warning for no src address Increase the verbosity of the message when there is no source address in `net_context_create_ipv4_new`. This is likely the first failure point when attempting to send data on an interface that has not yet been assigned an IP address. Burying the fault at the DBG level makes it much more time consuming to determine the root cause of this error. Signed-off-by: Jordan Yates <jordan@embeint.com>