From 5fb278d476fde6d9636df2646779de7177d4d2b9 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 12 Nov 1999 02:50:51 +0000 Subject: Yet another coding style update. --- examples/Configuration/config_test.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/Configuration/config_test.cpp b/examples/Configuration/config_test.cpp index 30d91fecb56..8e60735a3c5 100644 --- a/examples/Configuration/config_test.cpp +++ b/examples/Configuration/config_test.cpp @@ -321,8 +321,9 @@ main (int, char *[]) int result = test_io (&io_config); if (result) { - ACE_DEBUG ((LM_ERROR, "IO Test Failed (%d)\n", result)); - return -3; + ACE_ERROR_RETURN ((LM_ERROR, + "IO Test Failed (%d)\n", result), + -3); } ACE_DEBUG ((LM_DEBUG, "Test passed\n")); -- cgit v1.2.1