Open Bug 365762 Opened 18 years ago Updated 18 years ago

sanity check output format is not intuitive

Categories

(Bugzilla :: Administration, task, P5)

2.23.3

Tracking

()

People

(Reporter: timeless, Unassigned)

References

()

Details

I ran sanity check and got this:

Checking references to namedqueries.id
... from namedqueries_link_in_footer.namedquery_id
Bad value "5670" found in namedqueries_link_in_footer.namedquery_id
... from namedquery_group_map.namedquery_id

I then proceeded to misinterpret the Bad line as relating to the second from line.

If it relates to the first from line, then we either need to do:
Checking references to namedqueries.id
... from namedqueries_link_in_footer.namedquery_id:
Bad value "5670" found in namedqueries_link_in_footer.namedquery_id
... from namedquery_group_map.namedquery_id

(note the colon) or:

Checking references to namedqueries.id
... from namedqueries_link_in_footer.namedquery_id
  Bad value "5670" found in namedqueries_link_in_footer.namedquery_id

... from namedquery_group_map.namedquery_id

note the leading indentation and the trailing newline
Severity: normal → minor
OS: Windows XP → All
Priority: -- → P5
Hardware: PC → All
You need to log in before you can comment on or make changes to this bug.