Use SECURE_LOGD
[platform/core/uifw/inputdelegator.git] / src / w-input-keyboard.cpp
index 6c359c9..cbb816d 100755 (executable)
@@ -94,7 +94,7 @@ void exit_keyboard()
        }
 
        const char *getText = elm_entry_entry_get(entry);
-       LOGD("button key clicked!! : getText = %s", getText);
+       SECURE_LOGD("button key clicked!! : getText = %s", getText);
 
        char cursorPosition[512];
        snprintf(cursorPosition, sizeof(cursorPosition), "%d", elm_entry_cursor_pos_get(entry));