commit 2dc786159020a3f6d1902e08f92775d02e815bb5 parent 3dfc077b5c93d2bc05f531b323d32574ae38a36c Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 30 Jun 2026 18:56:31 +0200 bad log message Diffstat:
| M | src/main/extractor_common.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/extractor_common.c b/src/main/extractor_common.c @@ -87,7 +87,7 @@ EXTRACTOR_read_all_ (int fd, if (ret <= 0) { if (-1 == ret) - LOG_STRERROR ("write"); + LOG_STRERROR ("read"); return -1; } off += ret;