Changeset 21 in ProjectBuilder for devel/pb/lib/changelog.pm


Ignore:
Timestamp:
Jul 31, 2007, 11:52:24 AM (17 years ago)
Author:
Bruno Cornec
Message:

Add syntax, control of traces, debug level ...
Much Nicer output now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/changelog.pm

    r20 r21  
    3434my $chglog = "$ENV{'PBROOT'}/$path/ChangeLog";
    3535if (! -f $chglog) {
    36     print "Unable to find the ChangeLog file ($chglog) for $pkg\n";
     36    print "Unable to find the ChangeLog file ($chglog) for $pkg\n" if ($debug >= 0);
    3737    return("\n");
    3838}
Note: See TracChangeset for help on using the changeset viewer.