VirtualBox

Changeset 97635 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 21, 2022 4:58:28 PM (2 years ago)
Author:
vboxsync
Message:

Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that the Validation Kit's vsheriff can detect this easier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ClientWatcher.cpp

    r97634 r97635  
    219219#else
    220220                            LogRel(("Reaper: Pid %d (%x) was signalled: %s (%d / %#x)\n",
    221                                     pid, pid, strsignal(Status.iStatus), Status.iStatus, Status.iStatus));
     221                                    pid, pid, sigabbrev_np(Status.iStatus), Status.iStatus, Status.iStatus));
    222222#endif
    223223                            break;
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