VirtualBox

Changeset 68495 in vbox for trunk


Ignore:
Timestamp:
Aug 22, 2017 5:38:05 AM (7 years ago)
Author:
vboxsync
Message:

Additions/VBoxGuest-solaris: Hide interrupt and hilevel priority message on bootup but still log it to syslog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c

    r64436 r68495  
    846846                            /* Check if the interrupt priority is scheduler level or above, if so we need to use a high-level
    847847                               and low-level interrupt handlers with corresponding mutexes. */
    848                             cmn_err(CE_NOTE,  "vboxguest: uIntrPriority=%d hilevel_pri=%d\n", uIntrPriority, ddi_intr_get_hilevel_pri());
     848                            cmn_err(CE_CONT, "!vboxguest: uIntrPriority=%d hilevel_pri=%d\n", uIntrPriority, ddi_intr_get_hilevel_pri());
    849849                            if (uIntrPriority >= ddi_intr_get_hilevel_pri())
    850850                            {
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