VirtualBox

Ignore:
Timestamp:
Jul 19, 2015 12:53:13 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101719
Message:

iprt,*: Marked all format strings in the C part of IPRT and fixed the fallout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/network/NetPerf.cpp

    r56756 r57004  
    360360    rc = RTTcpRead(hSocket, szBuf, sizeof(g_szAck) - 1, NULL);
    361361    if (RT_FAILURE(rc))
    362         return RTTestIFailedRc(rc, "stats: failed to write stats: %Rrc\n", szBuf, rc);
     362        return RTTestIFailedRc(rc, "stats: failed to write stats: %Rrc\n", rc);
    363363    szBuf[sizeof(g_szAck) - 1] = '\0';
    364364    if (!strcmp(szBuf, g_szNegative))
    365         return RTTestIFailedRc(rc, "stats: client failed to parse them\n", szBuf);
     365        return RTTestIFailedRc(rc, "stats: client failed to parse them\n");
    366366    if (strcmp(szBuf, g_szAck))
    367367        return RTTestIFailedRc(rc, "stats: got '%s' in instead of ack/nack\n", szBuf);
     
    17231723
    17241724        default:
    1725             RTTestIFailed("Protocol not supported.\n", g_pStdErr);
     1725            RTTestIFailed("Protocol not supported.\n");
    17261726            return RTEXITCODE_FAILURE;
    17271727    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette