These are useful to check initialization processing for each disk.

Signed-off-by: HATAYAMA Daisuke <[email protected]>
---

 sadump.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/sadump.c b/sadump.c
index d98db41..8572596 100644
--- a/sadump.c
+++ b/sadump.c
@@ -465,6 +465,9 @@ add_disk(char *file)
        diskid = sd->sd_list_len - 1;
        this_disk = sd->sd_list[diskid];
 
+       if (CRASHDEBUG(1))
+               error(INFO, "sadump: add disk #%d\n", diskid+1);
+
        ph = malloc(sd->block_size);
        if (!ph) {
                error(INFO, "sadump: cannot malloc block_size buffer\n");
@@ -590,6 +593,9 @@ open_disk(char *file)
 
        sd->sd_list_len++;
 
+       if (CRASHDEBUG(1))
+               error(INFO, "sadump: open disk #%d\n", sd->sd_list_len);
+
        if (sd->sd_list_len > sd->diskset_header->disk_num) {
                error(INFO, "sadump: too many diskset arguments; "
                      "this diskset consists of %d disks\n",
--
Crash-utility mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/crash-utility

Reply via email to