Changeset 6c2aba3 in mainline for uspace/srv/hid/display/display.c


Ignore:
Timestamp:
2020-02-19T17:04:40Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1388f7f0
Parents:
0a052b0
Message:

Tone down on message verbosity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/display.c

    r0a052b0 r6c2aba3  
    313313        // TODO Determine which seat the event belongs to
    314314        seat = ds_display_first_seat(display);
    315         printf("ds_display_post_ptd_event: seat=%p\n", seat);
    316315        if (seat == NULL)
    317316                return EOK;
Note: See TracChangeset for help on using the changeset viewer.