zephyr/subsys/net/lib/app
Jukka Rissanen 4770528018 net: app: Remove extra log_strdup() calls
The _net_app_sprint_ipaddr() was calling log_strdup() when
creating the debug print string. This is not correct as
the log_strdup() can only be used when calling the logging macro
to print strings.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-11-28 14:25:25 +02:00
..
client.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
CMakeLists.txt net: lib: app: Convert CMakeLists.txt to avoid library 2018-06-20 17:10:39 +03:00
Kconfig net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
net_app_private.h net: app: Fix register and unregister functions 2018-10-19 16:13:48 -04:00
net_app.c net: app: Remove extra log_strdup() calls 2018-11-28 14:25:25 +02:00
server.c net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00