summaryrefslogtreecommitdiffstats
path: root/login-utils/su.c
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/su.c')
-rw-r--r--login-utils/su.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/su.c b/login-utils/su.c
index 70828b8fd..532361608 100644
--- a/login-utils/su.c
+++ b/login-utils/su.c
@@ -399,7 +399,7 @@ Change the effective user id and group id to that of USER.\n\
\n\
A mere - implies -l. If USER not given, assume root.\n\
"), stdout);
- printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
+ emit_bug_reporting_address ();
}
exit (status);
}