diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-07 02:53:20 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-07 02:53:20 +0000 |
commit | 8a8a60ad63fd0eaa343c3ce201356bce84d298b5 (patch) | |
tree | 2440681b305fdaef72e2dbbc1029c8adc6d33708 /TAO/utils | |
parent | a3ba1ee024babcc367f2459546776865b66e2743 (diff) | |
download | ATCD-8a8a60ad63fd0eaa343c3ce201356bce84d298b5.tar.gz |
ChangeLogTag:Thu May 6 21:49:22 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/utils')
-rw-r--r-- | TAO/utils/catior/catior.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/utils/catior/catior.cpp b/TAO/utils/catior/catior.cpp index ddd4d288293..f4445db7a82 100644 --- a/TAO/utils/catior/catior.cpp +++ b/TAO/utils/catior/catior.cpp @@ -595,7 +595,7 @@ main (int argc, char *argv[]) b = catpoop (str, env); } else - ACE_ERROR_RETURN ((LM_DEBUG, + ACE_ERROR_RETURN ((LM_ERROR, "Don't know how to decode this IOR\n"), -1); if (b == 1) |