summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx')
-rw-r--r--NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx b/NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx
index b3e5bb656..2c21d4cb1 100644
--- a/NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx
+++ b/NxWidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx
@@ -76,11 +76,11 @@
# define CONFIG_CGLYPHBUTTONTEST_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