--- freem/src/sighnd.c 2025/04/15 16:49:36 1.8 +++ freem/src/sighnd.c 2025/04/15 18:39:20 1.9 @@ -1,5 +1,5 @@ /* - * $Id: sighnd.c,v 1.8 2025/04/15 16:49:36 snw Exp $ + * $Id: sighnd.c,v 1.9 2025/04/15 18:39:20 snw Exp $ * FreeM signal handlers * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: sighnd.c,v $ + * Revision 1.9 2025/04/15 18:39:20 snw + * Remove extraneous CRLFs in logprintf calls + * * Revision 1.8 2025/04/15 16:49:36 snw * Make use of logprintf throughout codebase * @@ -294,7 +297,7 @@ void onhup (void) if (run_daemon == TRUE) { - logprintf (FM_LOG_INFO, "environment: daemon received SIGHUP\r\n"); + logprintf (FM_LOG_INFO, "environment: daemon received SIGHUP"); sig_attach (SIGHUP, &onhup); /* restore handler */