diff -r 630d2f34d719 -r 07a122eea281 telephonyserverplugins/ctsydispatchlayer/src/csatdispatcher.cpp --- a/telephonyserverplugins/ctsydispatchlayer/src/csatdispatcher.cpp Tue Aug 31 16:23:08 2010 +0300 +++ b/telephonyserverplugins/ctsydispatchlayer/src/csatdispatcher.cpp Wed Sep 01 12:40:21 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -13,12 +13,6 @@ // Description: // - -#include "OstTraceDefinitions.h" -#ifdef OST_TRACE_COMPILER_IN_USE -#include "csatdispatcherTraces.h" -#endif - #include "csatdispatcher.h" #include @@ -2129,7 +2123,7 @@ { default: - OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSATDISPATCHER_CALLBACKSYNC_1, "WARNING: CSatDispatcher::CallbackSync unhandled IPC=%d", aIpcDataPackage.iIpc); + LOG(_L8("WARNING: CSatDispatcher::CallbackSync unhandled IPC=%d"), aIpcDataPackage.iIpc); __ASSERT_DEBUG(NULL, CtsyDispatcherPanic(EUnhandledCtsyIpc)); break; } // switch (aIpcDataPackage.iIpc)