# HG changeset patch # User Matt Johnston # Date 1184854104 0 # Node ID edbee0596531a9ca462f3fd470ddc22470b55102 # Parent c0ce48053259816191e8a809ca20d0d0c663eba8 "backgrounding" is more user-understandable than "forking" diff -r c0ce48053259 -r edbee0596531 svr-main.c --- 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 */