diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-22 00:06:08 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-22 00:06:08 +0000 |
commit | 6b59596b134de33cdd1874066831afe756b8846e (patch) | |
tree | 45c7e47f149e02de6c7df855354d8215dfa78e53 /TAO/TAO_IDL/be/be_union.cpp | |
parent | 1e2f75c794a435952364f918679c4524fee862e4 (diff) | |
download | ATCD-6b59596b134de33cdd1874066831afe756b8846e.tar.gz |
Corrected an ACE_ERROR cut and paste typo.
Diffstat (limited to 'TAO/TAO_IDL/be/be_union.cpp')
-rw-r--r-- | TAO/TAO_IDL/be/be_union.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_union.cpp b/TAO/TAO_IDL/be/be_union.cpp index ee19169565e..4aa4baa22fe 100644 --- a/TAO/TAO_IDL/be/be_union.cpp +++ b/TAO/TAO_IDL/be/be_union.cpp @@ -654,7 +654,7 @@ be_union::compute_size_type (void) else { ACE_DEBUG ((LM_DEBUG, - "WARNING (%N:%l) be_structure::compute_size_type - " + "WARNING (%N:%l) be_union::compute_size_type - " "narrow_from_decl returned 0\n")); } si->next (); |