diff -r 88b7eb94b003 -r cffbaf033837 debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TracingConnectedService.java --- a/debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TracingConnectedService.java Tue May 19 15:33:01 2009 -0500 +++ b/debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TracingConnectedService.java Tue May 19 15:41:05 2009 -0500 @@ -76,7 +76,7 @@ private boolean getTraceCoreResponseFromOSTUSB(String port) throws ConnectionFailException { ITCConnection conn = TCFClassFactory.createITCVirtualSerialConnection(port); - conn.setDecodeFormat("ost"); + conn.setDecodeFormat("ost"); //$NON-NLS-1$ return getTraceCoreResponseUsingTCF(conn, true, (byte)0x0, (byte)0x0, TC_REQ_OST, new IMessageValidator() { public boolean isValidMessage(byte[] message) {