VirtualBox

Changeset 12448 in vbox for trunk/src


Ignore:
Timestamp:
Sep 15, 2008 8:15:18 AM (16 years ago)
Author:
vboxsync
Message:

Typo (bug #2215).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r12202 r12448  
    30913091        RTPrintf("Maximum VDI size:            %lu Megabytes\n", ul64Value);
    30923092        systemProperties->COMGETTER(DefaultVDIFolder)(str.asOutParam());
    3093         RTPrintf("Default VDI filder:          %lS\n", str.raw());
     3093        RTPrintf("Default VDI folder:          %lS\n", str.raw());
    30943094        systemProperties->COMGETTER(DefaultMachineFolder)(str.asOutParam());
    30953095        RTPrintf("Default machine folder:      %lS\n", str.raw());
     
    78577857            minimum, maximum, period, count, description.raw());
    78587858    }
    7859    
     7859
    78607860    return 0;
    78617861}
     
    79017901            listMatches = true;*/
    79027902    }
    7903    
     7903
    79047904    rc = parseFilterParameters(argc - i, &argv[i], aVirtualBox,
    79057905                               ComSafeArrayAsOutParam(metrics),
     
    79147914                             listMatches) == 0)
    79157915        return 1;*/
    7916        
     7916
    79177917    CHECK_ERROR(performanceCollector,
    79187918        SetupMetrics(ComSafeArrayAsInParam(metrics),
     
    79887988        RTPrintf("\n");
    79897989    }
    7990    
     7990
    79917991    return 0;
    79927992}
     
    80078007    pts += RTStrFormatNumber(pts, Time.u32Nanosecond / 1000000, 10, 3, 0, RTSTR_F_ZEROPAD);
    80088008    *pts = 0;
    8009 }   
     8009}
    80108010
    80118011/*********************************************************************
     
    80508050            break; /* The rest of params should define the filter */
    80518051    }
    8052    
     8052
    80538053    rc = parseFilterParameters(argc - i, &argv[i], aVirtualBox,
    80548054                               ComSafeArrayAsOutParam(metrics),
     
    80648064                             listMatches) == 0)
    80658065        return 1;
    8066    
     8066
    80678067    CHECK_ERROR(performanceCollector,
    80688068        SetupMetrics(ComSafeArrayAsInParam(baseMetrics),
     
    80758075        return 0;
    80768076    }
    8077    
     8077
    80788078    RTPrintf("Time stamp   Object     Metric               Value\n");
    8079    
     8079
    80808080    for (;;)
    80818081    {
     
    80838083        RTThreadSleep(period * 1000); // Sleep for 'period' seconds
    80848084        char ts[15];
    8085        
     8085
    80868086        getTimestamp(ts, sizeof(ts));
    80878087        com::SafeArray<BSTR>          retNames;
     
    81318131        }
    81328132    }
    8133    
     8133
    81348134    return 0;
    81358135}
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