~ubuntu-branches/ubuntu/precise/fwts/precise-updates

« back to all changes in this revision

Viewing changes to src/acpi/klog/klog.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin King
  • Date: 2010-12-15 11:27:27 UTC
  • Revision ID: james.westby@ubuntu.com-20101215112727-x9m2cqzmocfzw5cs
Tags: 0.20.10
* New version for release (LP: #690598)
* Fix a couple of memory leaks
* Add MTRR misconfiguration klog checks
* oscilinux: make test a warning rather than a low failure
* klog, only scan unique error messages and report repeats, reduces noise
* _OSI(Linux) klog errors logged as just information rather than an error
* New upstream version 0.20.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
        if (errors > 0)         
72
72
                /* Checks will log errors as failures automatically */
73
 
                fwts_log_info(fw, "Found %d errors in kernel log.", errors);
 
73
                fwts_log_info(fw, "Found %d unique errors in kernel log.", errors);
74
74
        else
75
75
                fwts_passed(fw, "Found no errors in kernel log.");
76
76