- Timestamp:
- Aug 9, 2010 4:48:05 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64579
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/tstVDCopy.cpp
r28800 r31493 6 6 7 7 /* 8 * Copyright (C) 2006-20 07Oracle Corporation8 * Copyright (C) 2006-2010 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 174 174 if (RT_FAILURE(rc)) 175 175 { 176 RTPrintf("tstVD -2: unloading backends failed! rc=%Rrc\n", rc);176 RTPrintf("tstVDCopy: unloading backends failed! rc=%Rrc\n", rc); 177 177 g_cErrors++; 178 178 } … … 181 181 */ 182 182 if (!g_cErrors) 183 RTPrintf("tstVD -2: SUCCESS\n");183 RTPrintf("tstVDCopy: SUCCESS\n"); 184 184 else 185 RTPrintf("tstVD -2: FAILURE - %d errors\n", g_cErrors);185 RTPrintf("tstVDCopy: FAILURE - %d errors\n", g_cErrors); 186 186 187 187 return !!g_cErrors;
Note:
See TracChangeset
for help on using the changeset viewer.