VirtualBox

Changeset 96878 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Sep 26, 2022 4:48:39 PM (2 years ago)
Author:
vboxsync
Message:

Additions: X11: Print out if Wayland environment detected or not, bugref:10134.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/main.cpp

    r96876 r96878  
    599599    }
    600600
    601     VBClLogInfo("VBoxClient %s r%s started. Verbose level = %d\n", RTBldCfgVersion(), RTBldCfgRevisionStr(), g_cVerbosity);
     601    VBClLogInfo("VBoxClient %s r%s started. Verbose level = %d. Wayland environment detected: %s\n",
     602                RTBldCfgVersion(), RTBldCfgRevisionStr(), g_cVerbosity, VBClHasWayland() ? "yes" : "no");
    602603    VBClLogInfo("Service: %s\n", g_Service.pDesc->pszDesc);
    603604
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette