VirtualBox

Changeset 85359 in vbox


Ignore:
Timestamp:
Jul 15, 2020 7:08:02 PM (5 years ago)
Author:
vboxsync
Message:

OCI: (bugref:9469) Enable cloud network feature in OSE, LogRel messages and copyright fixes.

Location:
trunk
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r85337 r85359  
    12761276  VBOX_WITH_AUDIO_RECORDING=
    12771277 endif
    1278  # Disable cloud network support
    1279  VBOX_WITH_CLOUD_NET=
    12801278 # Disable building and packing vboximg-mount.
    12811279 VBOX_WITH_VBOXIMGMOUNT=
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp

    r85144 r85359  
    21122112#ifndef VBOX_WITH_PROXY_INFO
    21132113    RT_NOREF(strUrl, strProxy);
    2114     LogRel(("OCI-NET: Proxy support is disabled. Using direct connection.\n"));
     2114    LogRel(("CLOUD-NET: Proxy support is disabled. Using direct connection.\n"));
    21152115    return false;
    21162116#else /* VBOX_WITH_PROXY_INFO */
     
    21192119    if (RT_FAILURE(rc))
    21202120    {
    2121         LogRel(("OCI-NET: Failed to create HTTP context (rc=%d)\n", rc));
     2121        LogRel(("CLOUD-NET: Failed to create HTTP context (rc=%d)\n", rc));
    21222122        return false;
    21232123    }
     
    21252125    if (RT_FAILURE(rc))
    21262126    {
    2127         LogRel(("OCI-NET: Failed to use system proxy (rc=%d)\n", rc));
     2127        LogRel(("CLOUD-NET: Failed to use system proxy (rc=%d)\n", rc));
    21282128        RTHttpDestroy(hHttp);
    21292129        return false;
     
    21352135    if (RT_FAILURE(rc))
    21362136    {
    2137         LogRel(("OCI-NET: Failed to get proxy for %s (rc=%d)\n", strUrl.c_str(), rc));
     2137        LogRel(("CLOUD-NET: Failed to get proxy for %s (rc=%d)\n", strUrl.c_str(), rc));
    21382138        RTHttpDestroy(hHttp);
    21392139        return false;
     
    21552155            break;
    21562156        case RTHTTPPROXYTYPE_UNKNOWN:
    2157             LogRel(("OCI-NET: Unknown proxy type. Using direct connecton."));
     2157            LogRel(("CLOUD-NET: Unknown proxy type. Using direct connecton."));
    21582158            RTHttpDestroy(hHttp);
    21592159            return false;
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