From b1f7712348812bc8faa39bdfdd1cde5033c63155 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Wed, 4 Jun 2025 15:38:53 +0200 Subject: [PATCH] importctl: correct argument comment --- src/import/importctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/import/importctl.c b/src/import/importctl.c index bc80bc3290c..e555b2f770a 100644 --- a/src/import/importctl.c +++ b/src/import/importctl.c @@ -204,7 +204,7 @@ static int transfer_image_common(sd_bus *bus, sd_bus_message *m) { bus, &slot_log_message, "org.freedesktop.import1", - /* object_path= */ NULL, + /* path= */ NULL, "org.freedesktop.import1.Transfer", "LogMessage", match_log_message, @@ -217,7 +217,7 @@ static int transfer_image_common(sd_bus *bus, sd_bus_message *m) { bus, &slot_progress_update, "org.freedesktop.import1", - /* object_path= */ NULL, + /* path= */ NULL, "org.freedesktop.import1.Transfer", "ProgressUpdate", match_progress_update, -- 2.47.3