Index: AntiVirus.cc =================================================================== RCS file: /cvs/cygwin-apps/setup/AntiVirus.cc,v retrieving revision 2.5 diff -u -p -r2.5 AntiVirus.cc --- AntiVirus.cc 29 Jul 2003 14:14:06 -0000 2.5 +++ AntiVirus.cc 14 Aug 2003 15:49:30 -0000 @@ -186,7 +186,7 @@ detect () SERVICE_QUERY_STATUS| SERVICE_STOP| SERVICE_START); if (!McAfeeService) { - log (LOG_PLAIN, String("Could not open service McShield for query, start and stop. McAfee may not be installed, or we don't have access.\n")); + log (LOG_PLAIN, String("Could not open service McShield for query, start and stop. McAfee may not be installed, or we don't have access. If you don't have McAfee installed, please ignore this message.\n")); CloseServiceHandle(SCM); return; }