From 800d614eed508b085ac367fe4701d24cfdba14d0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 13 May 2004 15:22:25 +0000 Subject: [PATCH] added socket unblock mechanism test --- src/libCom/test/blockingSockTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/test/blockingSockTest.cpp b/src/libCom/test/blockingSockTest.cpp index e077afae1..79b5d7f91 100644 --- a/src/libCom/test/blockingSockTest.cpp +++ b/src/libCom/test/blockingSockTest.cpp @@ -67,7 +67,7 @@ void blockingSockTest () } } } - printf ( "Local os behaves like \"%s\"\n", pStr ); + printf ( "The local OS behaves like \"%s\".\n", pStr ); pStr = "esscimqi_?????"; switch ( epicsSocketSystemCallInterruptMechanismQuery() ) { case esscimqi_socketCloseRequired: @@ -80,6 +80,6 @@ void blockingSockTest () pStr = "esscimqi_socketSigAlarmRequired"; break; } - printf ( "epicsSocketSystemCallInterruptMechanismQuery() returns\n\"%s\"\n", + printf ( "The epicsSocketSystemCallInterruptMechanismQuery() function returns\n\"%s\".\n", pStr ); }