Overlapped twophase-queue-run and delivery. Experimental.
[exim.git] / src / src / spool_in.c
index 575c398a2fa9a2deb8db2df4b05cb8b00d5b826d..5f8a8226feb576c15250279adc385db1c29297dd 100644 (file)
@@ -105,9 +105,9 @@ lock_data.l_len = SPOOL_DATA_START_OFFSET;
 
 if (fcntl(fd, F_SETLK, &lock_data) < 0)
   {
-  log_write(L_skip_delivery,
-            LOG_MAIN,
-            "Spool file is locked (another process is handling this message)");
+  log_write(L_skip_delivery, LOG_MAIN,
+      "Spool file for %s is locked (another process is handling this message)",
+      id);
   (void)close(fd);
   errno = 0;
   return -1;