jypark pushed a commit to branch master.

commit 77c03f074431cef9849a5117ed66313ca5952d30
Author: Jiyoun Park <[email protected]>
Date:   Tue Mar 5 13:34:31 2013 +0900

    elm_conform : just change DBG message
---
 src/lib/elm_conform.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/elm_conform.c b/src/lib/elm_conform.c
index 443825f..e2eeb3a 100644
--- a/src/lib/elm_conform.c
+++ b/src/lib/elm_conform.c
@@ -774,11 +774,11 @@ _virtualkeypad_state_change(Evas_Object *obj, 
Ecore_X_Event_Window_Property *ev)
    Ecore_X_Virtual_Keyboard_State state =
       ecore_x_e_virtual_keyboard_state_get(ev->win);
 
-   DBG("[KEYPAD]:window's state pid=%d, win=0x%x, state=%d.", getpid(), 
ev->win, state);
+   DBG("[KEYPAD]:window's state win=0x%x, state=%d.", ev->win, state);
    if (state == ECORE_X_VIRTUAL_KEYBOARD_STATE_UNKNOWN)
      {
         state = ecore_x_e_virtual_keyboard_state_get(zone);
-        DBG("[KEYPAD]:zone's state pid=%d, zone=0x%x, state=%d.", getpid(), 
zone, state);
+        DBG("[KEYPAD]:zone's state zone=0x%x, state=%d.", zone, state);
      }
 
    if (sd->vkb_state == state) return;
@@ -811,12 +811,12 @@ _clipboard_state_change(Evas_Object *obj, 
Ecore_X_Event_Window_Property *ev)
    Ecore_X_Illume_Clipboard_State state =
       ecore_x_e_illume_clipboard_state_get(ev->win);
 
-   DBG("[CLIPBOARD]:window's state pid=%d, win=0x%x, state=%d.", getpid(), 
ev->win, state);
+   DBG("[CLIPBOARD]:window's state win=0x%x, state=%d.", ev->win, state);
 
    if (state == ECORE_X_ILLUME_CLIPBOARD_STATE_UNKNOWN)
      {
         state = ecore_x_e_illume_clipboard_state_get(ev->win);
-        DBG("[CLIPBOARD]:zone's state pid=%d, zone=0x%x, state=%d.", getpid(), 
zone, state);
+        DBG("[CLIPBOARD]:zone's state zone=0x%x, state=%d.", zone, state);
      }
 
    if (sd->clipboard_state == state) return;

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb

Reply via email to