]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include/debug: improve debug message
authorKarel Zak <kzak@redhat.com>
Fri, 12 Jan 2018 12:46:49 +0000 (13:46 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 12 Jan 2018 12:46:49 +0000 (13:46 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
include/debug.h

index 6d4ecd92b0d6cf7c23cd75a093dd086852c7f439..ff51e04d9dfe5fa4aaa4861562c390d5f969d107 100644 (file)
@@ -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; \