From 7bd0c1ae18b1c9864b55c0362b737383e70f80c3 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 12 Jan 2018 13:46:49 +0100 Subject: include/debug: improve debug message Signed-off-by: Karel Zak --- include/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/debug.h b/include/debug.h index 6d4ecd92b..ff51e04d9 100644 --- a/include/debug.h +++ b/include/debug.h @@ -97,7 +97,7 @@ struct ul_debug_maskname { if (lib ## _debug_mask) { \ if (getuid() != geteuid() || getgid() != getegid()) { \ lib ## _debug_mask |= __UL_DEBUG_FL_NOADDR; \ - fprintf(stderr, "%d: %s: SUID executable: pointer addresses suppressed.\n", getpid(), # lib); \ + fprintf(stderr, "%d: %s: don't print memory addresses (SUID executable).\n", getpid(), # lib); \ } \ } \ lib ## _debug_mask |= pref ## INIT; \ -- cgit v1.2.3-55-g7522