]> granicus.if.org Git - apache/blobdiff - server/mpm/simple/simple_children.c
Add lots of unique tags to error log messages
[apache] / server / mpm / simple / simple_children.c
index 0476f59cafb3f6c2d8ebf1423e784b7e0ad934e8..ef12bcb8c55ca303cf23714d2a599cbf54a618ec 100644 (file)
@@ -73,7 +73,7 @@ static int simple_spawn_child(simple_core_t * sc)
             pid = fork();
             if (pid == -1) {
                 rv = errno;
-                ap_log_error(APLOG_MARK, APLOG_CRIT, rv, NULL,
+                ap_log_error(APLOG_MARK, APLOG_CRIT, rv, NULL, APLOGNO(00245)
                              "simple_spawn_child: Unable to fork new process");
                 return rv;
             }