Ignore:
Timestamp:
Apr 3, 2013, 11:13:13 PM (12 years ago)
Author:
David Azarewicz
Message:

Makefile updates
Debug output improvements
Support for ACPI suspend/resume added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/libc.c

    r148 r153  
    375375  vsprintf(buf, fmt, va);
    376376
    377   if (debug && com_base != 0) {
    378     /* print the same message to COM1 as well */
     377  if (debug) {
     378    /* print the same message to COM1/trace as well */
    379379    printf("%s", buf);
    380380  }
Note: See TracChangeset for help on using the changeset viewer.