--- freem/src/init.c 2025/04/13 04:22:43 1.11 +++ freem/src/init.c 2025/04/15 14:39:06 1.12 @@ -1,5 +1,5 @@ /* - * $Id: init.c,v 1.11 2025/04/13 04:22:43 snw Exp $ + * $Id: init.c,v 1.12 2025/04/15 14:39:06 snw Exp $ * FreeM initialization * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: init.c,v $ + * Revision 1.12 2025/04/15 14:39:06 snw + * Further improvements to logging + * * Revision 1.11 2025/04/13 04:22:43 snw * Fix snprintf calls * @@ -92,6 +95,7 @@ #include "jobtab.h" #include "datatypes.h" #include "objects.h" +#include "log.h" #ifdef HAVE_LIBREADLINE # if defined(HAVE_READLINE_READLINE_H) @@ -165,7 +169,8 @@ void init_mwapi(void); short init (char *namespace_name) { short retval; - + + init_log (); init_process (); init_devtable (); init_signals ();