Changeset a1732929 in mainline for uspace/app/vuhid/hids/bootkbd.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/app/vuhid/hids/bootkbd.c

    rc1a966e ra1732929  
    110110#define _GET_LED(index, signature) \
    111111        (((leds) & (1 << index)) ? (signature) : '-')
    112         usb_log_info("%s: LEDs = %c%c%c%c%c\n",
     112        usb_log_info("%s: LEDs = %c%c%c%c%c",
    113113            iface->name,
    114114            _GET_LED(0, '0'), _GET_LED(1, 'A'), _GET_LED(2, 's'),
Note: See TracChangeset for help on using the changeset viewer.