Changeset 14368 in vbox for trunk/src/VBox
- Timestamp:
- Nov 19, 2008 6:16:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstDir-2.cpp
r8245 r14368 77 77 if (rc != VERR_NO_MORE_FILES) 78 78 { 79 RTPrintf("tstDir : Enumeration failed! rc=%Rrc\n", rc);79 RTPrintf("tstDir-2: Enumeration failed! rc=%Rrc\n", rc); 80 80 rcRet = 1; 81 81 } … … 85 85 if (RT_FAILURE(rc)) 86 86 { 87 RTPrintf("tstDir : Failed to close dir! rc=%Rrc\n", rc);87 RTPrintf("tstDir-2: Failed to close dir! rc=%Rrc\n", rc); 88 88 rcRet = 1; 89 89 } … … 91 91 else 92 92 { 93 RTPrintf("tstDir : Failed to open '%s', rc=%Rrc\n", argv[i], rc);93 RTPrintf("tstDir-2: Failed to open '%s', rc=%Rrc\n", argv[i], rc); 94 94 rcRet = 1; 95 95 }
Note:
See TracChangeset
for help on using the changeset viewer.