summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.hxx')
-rw-r--r--NxWidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.hxx b/NxWidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.hxx
index 9709a2b7c..fd333af5c 100644
--- a/NxWidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.hxx
+++ b/NxWidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.hxx
@@ -69,11 +69,11 @@
# define CONFIG_CSLIDERHORIZONTALTEST_BGCOLOR CONFIG_NXWIDGETS_DEFAULT_BACKGROUNDCOLOR
#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