VirtualBox

Changeset 107344 in vbox


Ignore:
Timestamp:
Dec 17, 2024 5:41:21 PM (4 weeks ago)
Author:
vboxsync
Message:

FE/VBoxManage: Format string fixes for verbose Guest Control sub commands.

File:
1 edited

Legend:

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

    r106061 r107344  
    19041904                        return rcExit;
    19051905                    if (pCtx->cVerbose)
    1906                         RTPrintf(GuestCtrl::tr("Creating %RU32 directories...\n", "", argc - GetState.iNext + 1),
    1907                                  argc - GetState.iNext + 1);
     1906                        RTPrintf(GuestCtrl::tr("Creating %RU32 directories...\n"), argc - GetState.iNext + 1);
    19081907                }
    19091908                if (g_fGuestCtrlCanceled)
     
    19901989                    {
    19911990                        if (fRecursive)
    1992                             RTPrintf(GuestCtrl::tr("Removing %RU32 directory tree(s)...\n", "", argc - GetState.iNext + 1),
    1993                                      argc - GetState.iNext + 1);
     1991                            RTPrintf(GuestCtrl::tr("Removing %RU32 directory tree(s)...\n"), argc - GetState.iNext + 1);
    19941992                        else
    1995                             RTPrintf(GuestCtrl::tr("Removing %RU32 directorie(s)...\n", "", argc - GetState.iNext + 1),
    1996                                      argc - GetState.iNext + 1);
     1993                            RTPrintf(GuestCtrl::tr("Removing %RU32 directorie(s)...\n"), argc - GetState.iNext + 1);
    19971994                    }
    19981995                }
     
    21102107                        return rcExit;
    21112108                    if (pCtx->cVerbose)
    2112                         RTPrintf(GuestCtrl::tr("Removing %RU32 file(s)...\n", "", argc - GetState.iNext + 1),
    2113                                  argc - GetState.iNext + 1);
     2109                        RTPrintf(GuestCtrl::tr("Removing %RU32 file(s)...\n"), argc - GetState.iNext + 1);
    21142110                }
    21152111                if (g_fGuestCtrlCanceled)
     
    21252121                cFilesDeleted++;
    21262122                if (pCtx->cVerbose)
    2127                     RTPrintf(GuestCtrl::tr("Removing file \"%s\" ...\n", ValueUnion.psz));
     2123                    RTPrintf(GuestCtrl::tr("Removing file \"%s\" ...\n"), ValueUnion.psz);
    21282124                try
    21292125                {
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