zephyr/subsys
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
..
app_memory
bluetooth Bluetooth: host: Remove peer from CCC cfg 2018-11-27 13:58:21 +02:00
console
cpp
debug misc/printk: Make the default char_out routine weak 2018-11-14 19:08:27 -05:00
dfu dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
disk
fb
fs dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
logging logging: Fix lost printk output when no newline 2018-11-22 19:18:41 -05:00
mgmt subsys/mgmt: Avoid C++ comments inside C comments 2018-11-15 17:38:25 -05:00
net net: app: Remove extra log_strdup() calls 2018-11-28 14:25:25 +02:00
power power: Move application level API's to public header 2018-11-26 18:38:40 -08:00
random
settings
shell shell: fix make_argv function 2018-11-27 15:00:19 -06:00
stats stats: move from misc to subsys/stats 2018-11-12 08:01:15 -05:00
storage storage: flash_map: Make flash_map as extern 2018-11-20 11:15:16 +01:00
usb usb: Fix unaligned access 2018-11-26 09:13:56 -08:00
CMakeLists.txt stats: move from misc to subsys/stats 2018-11-12 08:01:15 -05:00
Kconfig