e_policy_wl: fix typo 31/201031/2
authorJunseok, Kim <juns.kim@samsung.com>
Thu, 7 Mar 2019 08:41:08 +0000 (17:41 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 7 Mar 2019 08:46:06 +0000 (08:46 +0000)
Change-Id: Ifc79ebd97f5287214419b6add1a14e7860a8c67c

src/bin/e_policy_wl.c

index 95f15297f190d7378e385f37af8fdaca4b38fb5d..a8221b30f282b1c1544beb8d2cec1913ced9fc28 100644 (file)
@@ -5408,7 +5408,7 @@ _tzsh_iface_cb_softkey_get(struct wl_client *client, struct wl_resource *res_tzs
                                          id);
    if (!res_tzsh_softkey)
      {
-        ERR("Could not create tws_quickpanel resource: %m");
+        ERR("Could not create tws_softkey resource: %m");
         wl_client_post_no_memory(client);
         return;
      }