[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2/7] docs/parse-support-md: Adjust some (commented-out) debugging
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- docs/parse-support-md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/parse-support-md b/docs/parse-support-md index 66725236f2..bbe4d045e1 100755 --- a/docs/parse-support-md +++ b/docs/parse-support-md @@ -118,8 +118,8 @@ sub ri_Header { sub ri_Para { return unless @insections; my $insection = $insections[$#insections]; -# print STDERR "ri_Para $version_index $had_feature ". -# $insection->{HasCaveat}." $insection->{Key}\n"; +# print DEBUG "ri_Para ", +# Dumper($version_index, $had_feature, $insection); if ($had_feature) { my $sectnode = find_current_sectnode(); -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |