summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarel Zak2018-01-12 13:46:49 +0100
committerKarel Zak2018-01-12 13:46:49 +0100
commit7bd0c1ae18b1c9864b55c0362b737383e70f80c3 (patch)
tree8241558b83addd0f0c0096b6e276c442946da611 /include
parentinclude/debug: print info when addresses suppressed (diff)
downloadkernel-qcow2-util-linux-7bd0c1ae18b1c9864b55c0362b737383e70f80c3.tar.gz
kernel-qcow2-util-linux-7bd0c1ae18b1c9864b55c0362b737383e70f80c3.tar.xz
kernel-qcow2-util-linux-7bd0c1ae18b1c9864b55c0362b737383e70f80c3.zip
include/debug: improve debug message
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/debug.h2
1 files changed, 1 insertions, 1 deletions
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; \