projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
219b457
)
docs/parse-support-md: Adjust some (commented-out) debugging
author
Ian Jackson
<ian.jackson@eu.citrix.com>
Mon, 3 Dec 2018 12:01:27 +0000
(12:01 +0000)
committer
Ian Jackson
<ian.jackson@eu.citrix.com>
Mon, 10 Dec 2018 15:13:07 +0000
(15:13 +0000)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Juergen Gross <jgross@suse.com>
docs/parse-support-md
patch
|
blob
|
history
diff --git
a/docs/parse-support-md
b/docs/parse-support-md
index 66725236f27cdddb296917c328ed4364f5606245..bbe4d045e1b1ee1b91e46ae029535c9f789872ef 100755
(executable)
--- 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();