Changeset 107344 in vbox
- Timestamp:
- Dec 17, 2024 5:41:21 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r106061 r107344 1904 1904 return rcExit; 1905 1905 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); 1908 1907 } 1909 1908 if (g_fGuestCtrlCanceled) … … 1990 1989 { 1991 1990 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); 1994 1992 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); 1997 1994 } 1998 1995 } … … 2110 2107 return rcExit; 2111 2108 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); 2114 2110 } 2115 2111 if (g_fGuestCtrlCanceled) … … 2125 2121 cFilesDeleted++; 2126 2122 if (pCtx->cVerbose) 2127 RTPrintf(GuestCtrl::tr("Removing file \"%s\" ...\n" , ValueUnion.psz));2123 RTPrintf(GuestCtrl::tr("Removing file \"%s\" ...\n"), ValueUnion.psz); 2128 2124 try 2129 2125 {
Note:
See TracChangeset
for help on using the changeset viewer.