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 15, 2022
1 parent c2b4658 commit 6cc842b
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 @@ -1234,7 +1234,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 6cc842b

Please sign in to comment.