Changeset a1732929 in mainline for uspace/lib/usbvirt/src/transfer.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/lib/usbvirt/src/transfer.c

    rc1a966e ra1732929  
    7979
    8080        if (rc == EFORWARD) {
    81                 usb_log_warning("Control transfer {%s (%s)} not handled.\n",
     81                usb_log_warning("Control transfer {%s (%s)} not handled.",
    8282                    usb_debug_str_buffer(setup, setup_size, 10),
    8383                    setup_packet->request_type & 0x80
Note: See TracChangeset for help on using the changeset viewer.