]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:30:33 +0000 (16:30 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:30:52 +0000 (16:30 +0900)
Follow-up for 0ba9d06963ecb848e71951ed5e9f6f6f03b80b06.

src/udev/udev-worker.c

index 2686fcbe10217733e4362cc7c84191bde65ea4fd..28ca21291ef0befbfc9eda119fe4d108758fe7dc 100644 (file)
@@ -193,7 +193,7 @@ static int worker_process_device(UdevWorker *worker, sd_device *dev) {
          * The user-facing side of this: https://systemd.io/BLOCK_DEVICE_LOCKING */
         r = worker_lock_whole_disk(dev, &fd_lock);
         if (r == -EAGAIN) {
-                log_device_debug(dev, "Block device is currently locked, requeueing the event.");
+                log_device_debug(dev, "Block device is currently locked, requeuing the event.");
 
                 r = sd_notify(/* unset_environment = */ false, "TRY_AGAIN=1");
                 if (r < 0) {