Changeset 608db4e in mainline


Ignore:
Timestamp:
2012-02-24T16:18:02Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
65e6fe3
Parents:
5b9d2a35
Message:

ohci: Drop debug level to default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/main.c

    r5b9d2a35 r608db4e  
    8383int main(int argc, char *argv[])
    8484{
    85         usb_log_enable(USB_LOG_LEVEL_DEBUG2, NAME);
     85        usb_log_enable(USB_LOG_LEVEL_DEFAULT, NAME);
    8686        return ddf_driver_main(&ohci_driver);
    8787}
Note: See TracChangeset for help on using the changeset viewer.