Ignore:
Timestamp:
Sep 1, 2011, 1:32:43 PM (14 years ago)
Author:
Markus Thielen
Message:
  • added support for /q switch (#7)
  • added cv#printf macros to support verbosity setting from command line
File:
1 edited

Legend:

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

    r116 r122  
    7171        /* failed, too. Give up */
    7272        ahci_trace_buf.phys_addr = 0;
    73         cprintf("OS2AHCI warning: failed to allocate %dk trace buffer\n",
    74                 AHCI_TRACE_BUF_SIZE / 1024);
     73        cprintf("%s warning: failed to allocate %dk trace buffer\n",
     74                drv_name, AHCI_TRACE_BUF_SIZE / 1024);
    7575        return;
    7676      }
Note: See TracChangeset for help on using the changeset viewer.