diff options
Diffstat (limited to 'examples/IPC_SAP/ATM_SAP/CPP-client.cpp')
-rw-r--r-- | examples/IPC_SAP/ATM_SAP/CPP-client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/IPC_SAP/ATM_SAP/CPP-client.cpp b/examples/IPC_SAP/ATM_SAP/CPP-client.cpp index b14cf4870e8..b902123f18e 100644 --- a/examples/IPC_SAP/ATM_SAP/CPP-client.cpp +++ b/examples/IPC_SAP/ATM_SAP/CPP-client.cpp @@ -175,7 +175,7 @@ int main (int argc, char *argv[]) actual_rate = ( double )xmit * ( double )8 / real_time; ACE_DEBUG ((LM_DEBUG, - ASYS_TEXT ("(%t) bytes = %d, usec = %f, rate = %0.00f Mbps\n"), + ACE_TEXT ("(%t) bytes = %d, usec = %f, rate = %0.00f Mbps\n"), xmit, real_time, actual_rate < 0 ? 0 : actual_rate )); |