Changeset 3313 in MondoRescue for branches/3.2/MondoRescue


Ignore:
Timestamp:
Sep 9, 2014, 12:37:14 AM (10 years ago)
Author:
Bruno Cornec
Message:

Increase verbosity when modlist of modpath doesn't exist and loop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/MondoRescue/lib/MondoRescue/Kernel.pm

    r3257 r3313  
    137137    ($void,$lib,$modulep,$kernelv,$modpath) = split(/\//,$module,5);
    138138    next if (not defined $modpath);
     139    if (not defined $modlist{$modpath}) {
     140        pb_log(0,"No modlist found for $modpath\n")
     141        next;
     142    }
    139143    $modulepath = "/$lib/$modulep/$kernelv";
    140144    pb_log(2,"modpath: $modulepath/$modpath\n");
Note: See TracChangeset for help on using the changeset viewer.