Skip to content

Commit

Permalink
GFX: log skipped capability versions in caps_advertise
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorg71 committed Jan 15, 2024
1 parent c595161 commit a4d0ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xrdp/xrdp_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,7 @@ xrdp_mm_egfx_caps_advertise(void *user, int caps_count,
break;
default:
/* just skip unknwown */
LOG(LOG_LEVEL_INFO, "unknown version 0x%8.8x", version);
break;
}
}
Expand Down

0 comments on commit a4d0ee6

Please sign in to comment.