<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>339</bug_id>
          
          <creation_ts>2003-09-15 08:07:59 +0000</creation_ts>
          <short_desc>The &apos;debug&apos; option should imply &apos;verbose&apos;</short_desc>
          <delta_ts>2004-05-16 09:46:48 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>check</component>
          <version>0.6.5b1</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Fr">schutz</reporter>
          <assigned_to name="Terje Bless">link</assigned_to>
          
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>754</commentid>
    <comment_count>0</comment_count>
    <who name="Fr">schutz</who>
    <bug_when>2003-09-15 08:07:59 +0000</bug_when>
    <thetext>There is not real point in turning on the debugging option if nothing is
displayed -- something like the patch below would correct that.

Also,

--- check.old   2003-08-31 22:43:43.000000000 +1000
+++ check       2003-09-15 21:56:03.000000000 +1000
@@ -304,6 +304,8 @@
   # regardless of whether it&apos;s &quot;0&quot; or &quot;1&quot; (on or off).
   $DEBUG = $q-&gt;param(&apos;debug&apos;) if defined $q-&gt;param(&apos;debug&apos;);
 
+  $File-&gt;{Opt}-&gt;{&apos;Verbose&apos;} = TRUE if ($DEBUG);
+
   &amp;abort_if_error_flagged($File, O_NONE); # Too early to &amp;print_table.
 
   #</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>755</commentid>
    <comment_count>1</comment_count>
    <who name="Fr">schutz</who>
    <bug_when>2003-09-15 08:09:06 +0000</bug_when>
    <thetext>Forget the &quot;Also,&quot;, there is nothing else :-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1839</commentid>
    <comment_count>2</comment_count>
    <who name="Terje Bless">link</who>
    <bug_when>2004-05-16 05:46:48 +0000</bug_when>
    <thetext>Applied. Thanks.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>