X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5bf8a51681e171328e72f5d5b5ef8fd8a67d5f05..ff9663026d1a318d385730c4a2c3e85508b4b00b:/src/src/spool_in.c diff --git a/src/src/spool_in.c b/src/src/spool_in.c index 575c398a2..5f8a8226f 100644 --- a/src/src/spool_in.c +++ b/src/src/spool_in.c @@ -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;