VirtualBox

Ignore:
Timestamp:
Jul 5, 2021 6:15:14 PM (3 years ago)
Author:
vboxsync
Message:

Additions: X11: VMSVGA: do not attempt to display graphical notification if X11 is no longer running, bugref:10028.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp

    r89749 r90036  
    766766    int rc;
    767767
    768     rc = stopX11MonitorThread(); /** @todo r=andy We ignore rc!? */
     768    rc = stopX11MonitorThread();
    769769    if (RT_FAILURE(rc))
    770770    {
    771         VBClLogFatalError("cannot stop X11 monitor thread (%Rrc)\n", rc);
     771        VBClLogError("cannot stop X11 monitor thread (%Rrc)\n", rc);
    772772        return;
    773773    }
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