Changeset 68c60b0 in mainline


Ignore:
Timestamp:
2012-02-26T19:07:39Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4546fc3, 6038368, e2ec667e
Parents:
2b4ae501
Message:

ps2mouse: Lower testing message to debug instead of error.

If the test failure indicates error, there should be additional more elaborate error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/ps2mouse/ps2mouse.c

    r2b4ae501 r68c60b0  
    8080        } \
    8181        if (data != (value)) { \
    82                 ddf_msg(LVL_ERROR, "Failed testing byte: got %hhx vs. %hhx)", \
     82                ddf_msg(LVL_DEBUG, "Failed testing byte: got %hhx vs. %hhx)", \
    8383                    data, (value)); \
    8484                return EIO; \
Note: See TracChangeset for help on using the changeset viewer.