VirtualBox

Ignore:
Timestamp:
Oct 6, 2009 8:47:40 AM (15 years ago)
Author:
vboxsync
Message:

VBoxService: Logging fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.cpp

    r23576 r23577  
    4545        if (pszValueFormat != NULL)
    4646        {
     47            VBoxServiceVerbose(3, "Writing guest property \"%s\"\n", pszNameUTF8);
    4748            va_list va;
    4849            va_start(va, pszValueFormat);
    49             VBoxServiceVerbose(3, "Writing guest property \"%s\"=\"%s\"\n", pszNameUTF8, pszValueFormat);
    5050            rc = VbglR3GuestPropWriteValueV(u32ClientId, pszNameUTF8, pszValueFormat, va);
     51            va_end(va);
    5152            if (RT_FAILURE(rc))
    52                  VBoxServiceError("Error writing guest property \"%s\"=\"%s\" (rc=%Rrc)\n", pszNameUTF8, pszValueFormat, rc);
    53             va_end(va);
     53                 VBoxServiceError("Error writing guest property \"%s\" (rc=%Rrc)\n", pszNameUTF8, rc);
    5454        }
    5555        else
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