summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp b/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp
index 55c1b9ddf46..19f72b8060a 100644
--- a/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp
@@ -245,11 +245,6 @@ Client::init (int argc,char **argv)
{
ACE_DEBUG ((LM_DEBUG,"file opened successfully\n"));
}
- else
- {
- ACE_ERROR_RETURN ((LM_ERROR, "ERROR: file %s could not be opened\n",
- this->filename_), -1);
- }
return 0;
}