summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx')
-rw-r--r--NxWidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx b/NxWidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx
index 98c0a3bb3..80bf8fb71 100644
--- a/NxWidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx
+++ b/NxWidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx
@@ -75,11 +75,11 @@
# define CONFIG_CLATCHBUTTONARRAYTEST_FONTCOLOR CONFIG_NXWIDGETS_DEFAULT_FONTCOLOR
#endif
-// If debug is enabled, use the debug function, lib_rawprintf() instead
+// If debug is enabled, use the debug function, syslog() instead
// of printf() so that the output is synchronized.
#ifdef CONFIG_DEBUG
-# define message lib_lowprintf
+# define message lowsyslog
#else
# define message printf
#endif