diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-08-11 12:29:04 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-08-11 12:32:44 -0500 |
commit | d1e71b07afd4b900894ce4ea45f94010c70e32cc (patch) | |
tree | 2899144d901b13bce951242a8fd5303968d1a697 /src/rc/runscript.c | |
parent | 7b744befac2049eb6372a7f0c5420c740aa0a4ea (diff) |
Show rc and runscript deprecation warnings in verbose mode
These messages are being changed for this release to show in verbose
mode because of the number of times they display.
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r-- | src/rc/runscript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c index 03d851e6..de18f90a 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -1389,6 +1389,6 @@ openrc_run(int argc, char **argv) int runscript(int argc, char **argv) { - ewarn("runscript is deprecated; please use openrc-run instead."); + ewarnv("runscript is deprecated; please use openrc-run instead."); return (openrc_run(argc, argv)); } |