VirtualBox

Changeset 28697 in vbox


Ignore:
Timestamp:
Apr 24, 2010 10:35:54 PM (15 years ago)
Author:
vboxsync
Message:

assert-r0drv-linux.c: added KERN_EMERG to the printk()s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c

    r25536 r28697  
    4747void rtR0AssertNativeMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction)
    4848{
    49     printk("\r\n!!Assertion Failed!!\r\n"
     49    printk(KERN_EMERG
     50           "\r\n!!Assertion Failed!!\r\n"
    5051           "Expression: %s\r\n"
    5152           "Location  : %s(%d) %s\r\n",
     
    6061    RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va);
    6162    szMsg[sizeof(szMsg) - 1] = '\0';
    62     printk("%s", szMsg);
     63    printk(KERN_EMERG "%s", szMsg);
    6364
    6465    NOREF(fInitial);
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