Mercurial > dropbear
changeset 445:edbee0596531
"backgrounding" is more user-understandable than "forking"
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 19 Jul 2007 14:08:24 +0000 |
parents | c0ce48053259 |
children | 2cd2edfa11ee |
files | svr-main.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/svr-main.c Thu Jul 19 14:08:01 2007 +0000 +++ b/svr-main.c Thu Jul 19 14:08:24 2007 +0000 @@ -147,7 +147,7 @@ if (svr_opts.forkbg) { dropbear_log(LOG_INFO, "Running in background"); } else { - dropbear_log(LOG_INFO, "Not forking"); + dropbear_log(LOG_INFO, "Not backgrounding"); } /* create a PID file so that we can be killed easily */