diff --git a/client/SDL/SDL2/sdl_freerdp.cpp b/client/SDL/SDL2/sdl_freerdp.cpp index b629ec0b3..403e83d9f 100644 --- a/client/SDL/SDL2/sdl_freerdp.cpp +++ b/client/SDL/SDL2/sdl_freerdp.cpp @@ -1646,6 +1646,8 @@ int main(int argc, char* argv[]) RDP_CLIENT_ENTRY_POINTS clientEntryPoints = {}; freerdp_client_warn_experimental(argc, argv); + WLog_WARN(SDL_TAG, + "SDL2 client does not support clipboard! Only SDL3 client has (partial) support"); RdpClientEntry(&clientEntryPoints); std::unique_ptr sdl_rdp(