VirtualBox

Changeset 14368 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 19, 2008 6:16:16 PM (16 years ago)
Author:
vboxsync
Message:

Runtime/testcase: Dir-2: message fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstDir-2.cpp

    r8245 r14368  
    7777            if (rc != VERR_NO_MORE_FILES)
    7878            {
    79                 RTPrintf("tstDir: Enumeration failed! rc=%Rrc\n", rc);
     79                RTPrintf("tstDir-2: Enumeration failed! rc=%Rrc\n", rc);
    8080                rcRet = 1;
    8181            }
     
    8585            if (RT_FAILURE(rc))
    8686            {
    87                 RTPrintf("tstDir: Failed to close dir! rc=%Rrc\n", rc);
     87                RTPrintf("tstDir-2: Failed to close dir! rc=%Rrc\n", rc);
    8888                rcRet = 1;
    8989            }
     
    9191        else
    9292        {
    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);
    9494            rcRet = 1;
    9595        }
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