Changeset 2161 in ProjectBuilder
- Timestamp:
- Jan 4, 2017, 12:36:59 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r2155 r2161 748 748 my $pbos = shift; 749 749 my @keys = @_; 750 my $ldebug = $pbdebug;751 750 752 751 if ($#keys == -1) { … … 754 753 pb_log(0,"================================================\n"); 755 754 @keys = pb_conf_get_all(); 756 $ldebug = 1;757 755 } 758 756 if (defined $ENV{'PBV'}) { 759 pb_log( 0,"Distribution $ENV{'PBV'}\n");760 pb_log( 0,"========================\n");757 pb_log(1,"Distribution $ENV{'PBV'}\n"); 758 pb_log(1,"========================\n"); 761 759 } else { 762 pb_log( 0,"Local Distribution\n");763 pb_log( 0,"==================\n");760 pb_log(1,"Local Distribution\n"); 761 pb_log(1,"==================\n"); 764 762 } 765 763 … … 779 777 } 780 778 foreach my $r (keys %rep) { 781 p rint "$r => " if (defined $ldebug);782 p rint "$rep{$r}\n";779 pb_log(1, "$r => "); 780 pb_log(0, "$rep{$r}\n"); 783 781 } 784 782 }
Note:
See TracChangeset
for help on using the changeset viewer.