VirtualBox

Changeset 101887 in vbox


Ignore:
Timestamp:
Nov 6, 2023 6:00:46 PM (15 months ago)
Author:
vboxsync
Message:

Additions: X11/Wayland: vboxwl: Print error message if command cannot be executed, bugref:10194.

File:
1 edited

Legend:

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

    r101881 r101887  
    774774    { \
    775775        rc = _fn; \
    776         if (RT_FAILURE(rc) && _error != NULL) \
     776        if (RT_FAILURE(rc)) \
    777777            RTPrintf("%s, rc=%Rrc\n", _error, rc); \
    778778    }
     
    808808    VBClLogSetLogPrefix(pszLogPrefix);
    809809
    810     VBOXWL_INIT(vboxwl_run_command(),                   NULL);
     810    VBOXWL_INIT(vboxwl_run_command(),                   "cannot run command");
    811811
    812812    return RT_SUCCESS(rc) ? RTEXITCODE_SUCCESS : RTEXITCODE_FAILURE;
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