summaryrefslogtreecommitdiff
path: root/apps/examples/udp/udp-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/udp/udp-internal.h')
-rw-r--r--apps/examples/udp/udp-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/udp/udp-internal.h b/apps/examples/udp/udp-internal.h
index 2a966c746..c8010e6c8 100644
--- a/apps/examples/udp/udp-internal.h
+++ b/apps/examples/udp/udp-internal.h
@@ -63,12 +63,12 @@
#else
- /* If debug is enabled, use the synchronous lib_lowprintf so that the
+ /* If debug is enabled, use the synchronous lowsyslog so that the
* program output does not get disassociated in the debug output.
*/
# ifdef CONFIG_DEBUG
-# define message(...) lib_lowprintf(__VA_ARGS__)
+# define message(...) lowsyslog(__VA_ARGS__)
# else
# define message(...) printf(__VA_ARGS__)
# endif