Changeset 3314 in MondoRescue


Ignore:
Timestamp:
Sep 16, 2014, 1:01:53 AM (10 years ago)
Author:
Bruno Cornec
Message:

Fix #755 related to a syntax error in the Kernel.pm module

File:
1 edited

Legend:

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

    r3313 r3314  
    138138    next if (not defined $modpath);
    139139    if (not defined $modlist{$modpath}) {
    140         pb_log(0,"No modlist found for $modpath\n") 
     140        pb_log(0,"No modlist found for $modpath\n");
    141141        next;
    142142    }
Note: See TracChangeset for help on using the changeset viewer.