diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-22 21:55:56 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-22 21:55:56 +0000 |
commit | 00fb139e9ecd710be1f19ecff0907cc2f48aaeeb (patch) | |
tree | 534aa09c4950cc6edea8595c0e82f4458e3f8b19 /ace/Stats.cpp | |
parent | 05568cf38d1afabc44c718dc19fb7b8763c5b836 (diff) | |
download | ATCD-00fb139e9ecd710be1f19ecff0907cc2f48aaeeb.tar.gz |
ChangeLogTag:Thu Jul 22 16:55:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/Stats.cpp')
-rw-r--r-- | ace/Stats.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Stats.cpp b/ace/Stats.cpp index 2b4cfbc207c..658bd5ec12d 100644 --- a/ace/Stats.cpp +++ b/ace/Stats.cpp @@ -547,7 +547,8 @@ ACE_Throughput_Stats::dump_results (const ASYS_TCHAR* msg, { if (this->samples_count_ == 0u) { - ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("%s : no data collected\n"))); + ACE_DEBUG ((LM_DEBUG, + ASYS_TEXT ("%s : no data collected\n"), msg)); return; } |