aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 925f4fc0..9be77938 100644
--- a/main.c
+++ b/main.c
@@ -364,7 +364,7 @@ main(int argc, char **argv)
}
if (do_lint && os_is_setuid())
- warning(_("running %s setuid root may be a security problem"), myname);
+ lintwarn(_("running %s setuid root may be a security problem"), myname);
if (do_debug) /* Need to register the debugger pre-exec hook before any other */
init_debug();