Skip to content

Commit

Permalink
fix log level
Browse files Browse the repository at this point in the history
  • Loading branch information
seflerZ committed Sep 12, 2022
1 parent 592e909 commit d37f353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrdp/xrdp_wm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ xrdp_wm_clear_popup(struct xrdp_wm *self)
int
xrdp_wm_mouse_touch(struct xrdp_wm *self, int gesture, int param)
{
LOG(LOG_LEVEL_INFO, "mouse touch event gesture %d param %d", gesture, param);
LOG(LOG_LEVEL_DEBUG, "mouse touch event gesture %d param %d", gesture, param);

switch (gesture) {
// vertical scroll
Expand Down

0 comments on commit d37f353

Please sign in to comment.