VirtualBox

Changeset 45902 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
May 6, 2013 7:42:36 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85525
Message:

VBoxTray/seamless: log fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r45901 r45902  
    828828            if (!RT_SUCCESS(rc))
    829829            {
    830                 WARN(("VBoxTray: vboxStInit failed, rc %d"));
     830                WARN(("VBoxTray: vboxStInit failed, rc %d\n"));
    831831                /* ignore the St Init failure. this can happen for < XP win that do not support WTS API
    832832                 * in that case the session is treated as active connected to the physical console
     
    838838            if (!RT_SUCCESS(rc))
    839839            {
    840                 WARN(("VBoxTray: vboxDtInit failed, rc %d"));
     840                WARN(("VBoxTray: vboxDtInit failed, rc %d\n"));
    841841                /* ignore the Dt Init failure. this can happen for < XP win that do not support WTS API
    842842                 * in that case the session is treated as active connected to the physical console
     
    11671167        VBOXST_DBG_MAKECASE(WTS_SESSION_REMOTE_CONTROL);
    11681168        default:
    1169             WARN(("VBoxTray: invalid WTS state %d", val));
     1169            WARN(("VBoxTray: invalid WTS state %d\n", val));
    11701170            return "Unknown";
    11711171    }
     
    14361436    {
    14371437        DWORD LastErr = GetLastError();
    1438         WARN(("DeviceIoControl VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE failed LastErr %d", LastErr));
     1438        WARN(("DeviceIoControl VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE failed LastErr %d\n", LastErr));
    14391439        return RTErrConvertFromWin32(LastErr);
    14401440    }
     
    14431443    if (!RT_SUCCESS(rc))
    14441444    {
    1445         WARN(("VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE failed rc %d", rc));
     1445        WARN(("VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE failed rc %d\n", rc));
    14461446        return rc;
    14471447    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette