diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-05-24 11:24:10 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-05-24 11:24:10 -0500 |
commit | 87884db66767eba6317b506a4d7270dd22721831 (patch) | |
tree | 8eb00ee503623590698c6e6070cbf59209170ec5 /src/rc/openrc-run.c | |
parent | 94077d264e14783e6ca5603d64e9d579fb206c20 (diff) |
Make deprecation warnings for rc and runscript more visible
These warnings were inserted in verbose only mode in OpenRC-0.13.A
Now, we are making them more visible in preparation for removing these
compatibility binaries in the future.
Diffstat (limited to 'src/rc/openrc-run.c')
-rw-r--r-- | src/rc/openrc-run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/openrc-run.c b/src/rc/openrc-run.c index dfb4c6fe..275cb320 100644 --- a/src/rc/openrc-run.c +++ b/src/rc/openrc-run.c @@ -1174,7 +1174,7 @@ int main(int argc, char **argv) usage(EXIT_FAILURE); if (runscript) - ewarnv("%s uses runscript, please convert to openrc-run.", service); + ewarn("%s uses runscript, please convert to openrc-run.", service); /* Change dir to / to ensure all init scripts don't use stuff in pwd */ if (chdir("/") == -1) |