VirtualBox

Changeset 6046 in vbox


Ignore:
Timestamp:
Dec 11, 2007 9:02:18 AM (17 years ago)
Author:
vboxsync
Message:

vboxdrv: KERN_INFO => KERN_DEBUG (ensure that messages are not print to the text console)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r5999 r6046  
    483483    if (nmi_atomic_read(&nmi_active) > 0)
    484484    {
    485         printk(KERN_INFO DEVICE_NAME ": Trying to deactivate the NMI watchdog...\n");
     485        printk(KERN_DEBUG DEVICE_NAME ": Trying to deactivate the NMI watchdog...\n");
    486486
    487487        switch (nmi_watchdog)
     
    498498        {
    499499            nmi_shutdown();
    500             printk(KERN_INFO DEVICE_NAME ": Successfully done.\n");
     500            printk(KERN_DEBUG DEVICE_NAME ": Successfully done.\n");
    501501        }
    502502        else
    503             printk(KERN_INFO DEVICE_NAME ": Failed!\n");
     503            printk(KERN_DEBUG DEVICE_NAME ": Failed!\n");
    504504    }
    505505#   endif /* DO_DISABLE_NMI */
     
    523523     */
    524524    nmi_atomic_set(&nmi_active, -1);
    525     printk(KERN_INFO DEVICE_NAME ": Trying to deactivate the NMI watchdog permanently...\n");
     525    printk(KERN_DEBUG DEVICE_NAME ": Trying to deactivate the NMI watchdog permanently...\n");
    526526
    527527    /*
     
    578578    }
    579579# if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 19)
    580     printk(KERN_INFO DEVICE_NAME ": Successfully done.\n");
     580    printk(KERN_DEBUG DEVICE_NAME ": Successfully done.\n");
    581581# endif /* >= 2.6.19 */
    582582#endif /* CONFIG_X86_LOCAL_APIC */
     
    648648                {
    649649                    dprintf(("VBoxDrv::ModuleInit returning %#x\n", rc));
    650                     printk(KERN_INFO DEVICE_NAME ": Successfully loaded version "
     650                    printk(KERN_DEBUG DEVICE_NAME ": Successfully loaded version "
    651651                           VBOX_VERSION_STRING " (interface " xstr(SUPDRVIOC_VERSION) ").\n");
    652652                    return rc;
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