File debug.patch of Package systemd

Commit ID: 06ed88bb4779f59e4ee01f88eb10a45b2e393ffe
Change ID: mynznzqkqtpkwxymzpzoyokxumzmtvns
Author   : Danilo Spinella <danilo.spinella@suse.com> (2026-02-23 12:41:10)
Committer: Danilo Spinella <danilo.spinella@suse.com> (2026-03-02 11:11:28)
Signature: good signature by Danilo Spinella <me@danyspin97.org> F8D0194CC049819F

    (no description set)

diff --git a/debug.patch b/debug.patch
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/src/repart/repart.c b/src/repart/repart.c
index f6ca9aca05..9add3fe020 100644
--- a/src/repart/repart.c
+++ b/src/repart/repart.c
@@ -8411,6 +8411,7 @@
                         return r;
 
                 FOREACH_ARRAY(mountpoint, p->mountpoints, p->n_mountpoints) {
+                        fprintf(stderr, "MYDEBUG: %s %s\n", what, mountpoint->where);
                         _cleanup_free_ char *options = NULL;
 
                         r = partition_pick_mount_options(
@@ -10583,6 +10584,8 @@
 }
 
 static int run(int argc, char *argv[]) {
+        fprintf(stderr, "MYDEBUG\n");
+        fprintf(stderr, "\n\n\n\n\n\n\n\n\n\n");
         _cleanup_(loop_device_unrefp) LoopDevice *loop_device = NULL;
         _cleanup_(umount_and_freep) char *mounted_dir = NULL;
         _cleanup_(context_freep) Context* context = NULL;
openSUSE Build Service is sponsored by