Ignore:
Timestamp:
2012-12-16T18:57:09Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ddab093
Parents:
395bb79
Message:

usbhid: warnings are not errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhid/kbd/kbddev.c

    r395bb79 r4bfe063  
    264264
    265265        if (rc != EOK) {
    266                 usb_log_warning("Error translating LED output to output report"
    267                     ".\n");
     266                usb_log_warning("Could not translate LED output to output"
     267                    "report.\n");
    268268                return;
    269269        }
Note: See TracChangeset for help on using the changeset viewer.