Fixed NID in macro.
[platform/framework/native/telephony.git] / src / FTel_SimEvent.cpp
old mode 100644 (file)
new mode 100755 (executable)
index 15a8379..a414302
@@ -64,9 +64,9 @@ _SimEvent::FireImpl(IEventListener& listener, const IEventArg& arg)
        switch(eventType)
        {
        case _SIM_EVENT_SIM_STATE_CHANGED:
-               SysLog(NID_NET, "Calling OnTelephonySimStateChanged().");
+               SysLog(NID_TEL, "Calling OnTelephonySimStateChanged().");
                pSimEventListener->OnTelephonySimStateChanged(pArg->GetSimState());
-               SysLog(NID_NET, "Called OnTelephonySimStateChanged().");
+               SysLog(NID_TEL, "Called OnTelephonySimStateChanged().");
                break;
        default:
                break;