VirtualBox

Changeset 12719 in vbox


Ignore:
Timestamp:
Sep 25, 2008 11:36:07 AM (16 years ago)
Author:
vboxsync
Message:

Typo.

File:
1 edited

Legend:

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

    r11822 r12719  
    10681068    rc = VbglR3GuestPropConnect(&u32ClientId);
    10691069    if (!RT_SUCCESS(rc))
    1070         VBoxControlError("Failed to connect to the guest property service, error %Rrc\n", rc);
     1070        VBoxControlError("Failed to connect to the guest property service! Error: %Rrc\n", rc);
    10711071    if (RT_SUCCESS(rc))
    10721072    {
     
    10821082            RTPrintf("No properties found.\n");
    10831083        else
    1084             VBoxControlError("Failed to enumerate the guest properties, error %Rrc.\n", rc);
     1084            VBoxControlError("Failed to enumerate the guest properties! Error: %Rrc\n", rc);
    10851085    }
    10861086    while (RT_SUCCESS(rc) && (pszName != NULL))
     
    10901090        rc = VbglR3GuestPropEnumNext(Handle.get(), &pszName, &pszValue, &u64Timestamp, &pszFlags);
    10911091        if (!RT_SUCCESS(rc))
    1092             VBoxControlError("Error while enumerating guest propertied: %Rrc\n", rc);
     1092            VBoxControlError("Error while enumerating guest properties: %Rrc\n", rc);
    10931093    }
    10941094
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