Changeset d19d15b in mainline for uspace/srv/hid/display/window.c


Ignore:
Timestamp:
2022-11-19T09:40:15Z (18 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6e91475
Parents:
f2d4a46
Message:

Adjust message verbosity levels in display server

File:
1 edited

Legend:

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

    rf2d4a46 rd19d15b  
    226226        gfx_rect_t crect;
    227227
    228         log_msg(LOG_DEFAULT, LVL_DEBUG, "ds_window_paint");
     228        log_msg(LOG_DEFAULT, LVL_DEBUG2, "ds_window_paint");
    229229
    230230        if (rect != NULL) {
     
    371371        bool newr;
    372372
    373         log_msg(LOG_DEFAULT, LVL_DEBUG, "ds_window_repaint_preview");
     373        log_msg(LOG_DEFAULT, LVL_DEBUG2, "ds_window_repaint_preview");
    374374
    375375        /*
     
    469469        gfx_rect_t old_rect;
    470470
    471         log_msg(LOG_DEFAULT, LVL_DEBUG, "ds_window_update_move (%d, %d)",
     471        log_msg(LOG_DEFAULT, LVL_DEBUG2
     472        , "ds_window_update_move (%d, %d)",
    472473            (int) pos->x, (int) pos->y);
    473474
     
    555556        gfx_rect_t old_rect;
    556557
    557         log_msg(LOG_DEFAULT, LVL_DEBUG, "ds_window_update_resize (%d, %d)",
     558        log_msg(LOG_DEFAULT, LVL_DEBUG2, "ds_window_update_resize (%d, %d)",
    558559            (int) pos->x, (int) pos->y);
    559560
     
    604605        bool inside;
    605606
    606         log_msg(LOG_DEFAULT, LVL_DEBUG,
     607        log_msg(LOG_DEFAULT, LVL_DEBUG2,
    607608            "ds_window_post_pos_event type=%d pos=%d,%d", event->type,
    608609            (int) event->hpos, (int) event->vpos);
Note: See TracChangeset for help on using the changeset viewer.