diff host/tools/ecostest/common/eCosTest.cpp @ 196:9b55e9c69693

Merge from eCos master repository on 2001-11-23-15:32:03-GMT
author jlarmour
date Fri, 23 Nov 2001 17:12:52 +0000
parents 518f42066aba
children b012f293c30a
line wrap: on
line diff
--- a/host/tools/ecostest/common/eCosTest.cpp
+++ b/host/tools/ecostest/common/eCosTest.cpp
@@ -1243,7 +1243,7 @@ bool CeCosTest::InteractiveInferior(LPCT
   //     any output so far
   //     (if target ready) host:port
   if(GetTargetReady(strHostPort)){
-    Log(_T("Use %s\n"),(LPCTSTR)strHostPort);
+    Log(_T("Use target remote %s\n"),(LPCTSTR)strHostPort);
     String strInferior(m_ep.Platform()->Prefix());
     strInferior+=_T("-gdb");
 #ifdef _WIN32