Change-Id: I5b127eddfb7cc0421865d143a9e41869fc6c9750
Signed-off-by: kmook <kmook.choi@samsung.com>
/* Logging and Error Handling */
#define _I SLOGI
-#define _D SLOGD
+#define _D SLOGI
#define _W SLOGW
#define _E SLOGE
#define _SI SECURE_SLOGI
#include <dlog.h>
#undef LOG_TAG
#define LOG_TAG "MSF_API"
-#define MSF_DBG(format, args...) (SLOGD(format, ##args))
+#define MSF_DBG(format, args...) (SLOGI(format, ##args))
#define MSF_ERR(format, args...) (SLOGE(format, ##args))
#endif
return;
}
- Client client = clients->get(clientid);
+ Client client = clients->get(from);
if (client.isHost()) {
connected = false;
}