Changeset 2261 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Conf.pm


Ignore:
Timestamp:
Aug 30, 2017, 5:07:42 PM (7 years ago)
Author:
Bruno Cornec
Message:

Log when handling YAML conf files the filename

Fix also temp pbrc.yml generation in pb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Conf.pm

    r2257 r2261  
    229229    }
    230230
     231    pb_log(1,"Loading YAML conf file $cf\n");
    231232    $lh = $ldfunc->($cf);
    232233}
     
    353354    }
    354355
     356    pb_log(1,"Writing YAML conf file $conffile\n");
    355357    print CONF $dpfunc->($h);
    356358}
Note: See TracChangeset for help on using the changeset viewer.