e_mod_main: correct line of the log for send input panel geometry 05/317605/1
authorJunseok Kim <juns.kim@samsung.com>
Thu, 12 Sep 2024 06:32:24 +0000 (15:32 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Thu, 12 Sep 2024 06:32:24 +0000 (15:32 +0900)
Change-Id: I90afbc89c76157f5d591a2e68819bebff0a7b39b

src/e_mod_main.c

index 30284d4d7c85d0587ef5ff66ec117462725fb37c..5e4e21565b3511f093859286acdf288522250ae0 100644 (file)
@@ -427,8 +427,8 @@ _e_text_input_send_input_panel_geometry(struct wl_resource *resource, int x, int
            rot_w = new_w;
            rot_h = new_h;
            break;
-       LOGI("ips_ec(%p): angle:0, geom(%d, %d, %dx%d) -> angle:%d, geom(%d, %d, %dx%d)", ips_ec, new_x, new_y, new_w, new_h, angle, rot_x, rot_y, rot_w, rot_h);
      }
+   LOGI("final result of ips_ec(%p): angle:0, geom(%d, %d, %dx%d) -> angle:%d, geom(%d, %d, %dx%d)", ips_ec, new_x, new_y, new_w, new_h, angle, rot_x, rot_y, rot_w, rot_h);
 
    // 5. Pass the value to client_surface_ec
    snprintf(geometry, sizeof(geometry), "%d,%d,%d,%d", rot_x, rot_y, rot_w, rot_h);