Changeset a1732929 in mainline for uspace/drv/bus/usb/xhci/bus.c


Ignore:
Timestamp:
2018-01-15T17:04:34Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9ff99e8
Parents:
c1a966e
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-15 17:04:32)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-15 17:04:34)
Message:

usb: unified logging

Use logger instead of printf. Logger adds newlines automatically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/bus.c

    rc1a966e ra1732929  
    7373        if ((err = hc_enable_slot(bus->hc, &dev->slot_id)) != EOK)
    7474                return err;
    75         usb_log_debug2("Obtained slot ID: %u.\n", dev->slot_id);
     75        usb_log_debug2("Obtained slot ID: %u.", dev->slot_id);
    7676
    7777        /* Create and configure control endpoint. */
Note: See TracChangeset for help on using the changeset viewer.