e_log: reduce ELOG length
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 21 Jun 2023 07:42:43 +0000 (16:42 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Thu, 29 Jun 2023 02:29:04 +0000 (11:29 +0900)
Change-Id: I921061442174eec7676feecec525521459cacc1a

src/bin/e_log.h

index 3058ffe..0b3bbc4 100644 (file)
    do                                                       \
      {                                                      \
         if (ec)                                             \
-          INF("EWL|%20.20s|w:0x%08zx|ec:%8p|",              \
+          INF("%10.10s|w:0x%08zx|ec:%8p|",                  \
               (t), (e_client_util_win_get(ec)), (ec));      \
         else                                                \
-          INF("EWL|%20.20s|            |             |",    \
+          INF("%10.10s|            |             |",        \
               (t));                                         \
      }                                                      \
    while (0)
    do                                                       \
      {                                                      \
         if (ec)                                             \
-          INF("EWL|%20.20s|w:0x%08zx|ec:%8p|"f,             \
+          INF("%10.10s|w:0x%08zx|ec:%8p|"f,                 \
               (t), (e_client_util_win_get(ec)), (ec), ##x); \
         else                                                \
-          INF("EWL|%20.20s|            |             |"f,   \
+          INF("%10.10s|            |             |"f,       \
               (t), ##x);                                    \
      }                                                      \
    while (0)
    do                                                       \
      {                                                      \
         if (ec)                                             \
-          DBG("EWL|%20.20s|w:0x%08zx|ec:%8p|"f,             \
+          DBG("%10.10s|w:0x%08zx|ec:%8p|"f,                 \
               (t), (e_client_util_win_get(ec)), (ec), ##x); \
         else                                                \
-          DBG("EWL|%20.20s|            |             |"f,   \
+          DBG("%10.10s|            |             |"f,       \
               (t), ##x);                                    \
      }                                                      \
    while (0)
    do                                                       \
      {                                                      \
         if (ec)                                             \
-          ERR("EWL|%20.20s|w:0x%08zx|ec:%8p|"f,             \
+          ERR("%10.10s|w:0x%08zx|ec:%8p|"f,                 \
               (t), (e_client_util_win_get(ec)), (ec), ##x); \
         else                                                \
-          ERR("EWL|%20.20s|            |             |"f,   \
+          ERR("%10.10s|            |             |"f,       \
               (t), ##x);                                    \
      }                                                      \
    while (0)
    do                                                       \
      {                                                      \
         if (ec)                                             \
-          INF("EWL|%20.20s|w:0x%08zx|ec:%8p|",              \
+          INF("%10.10s|w:0x%08zx|ec:%8p|",                  \
               (t), (e_client_util_win_get(ec)), (ec));      \
         else                                                \
-          INF("EWL|%20.20s|            |             |",    \
+          INF("%10.10s|            |             |",        \
               (t));                                         \
      }                                                      \
    while (0)
    do                                                       \
      {                                                      \
         if (ec)                                             \
-          INF("EWL|%20.20s|w:0x%08zx|ec:%8p|"f,             \
+          INF("%10.10s|w:0x%08zx|ec:%8p|"f,                 \
               (t), (e_client_util_win_get(ec)), (ec), ##x); \
         else                                                \
-          INF("EWL|%20.20s|            |             |"f,   \
+          INF("%10.10s|            |             |"f,       \
               (t), ##x);                                    \
      }                                                      \
    while (0)
    do                                                       \
      {                                                      \
         if (ec)                                             \
-          DBG("EWL|%20.20s|w:0x%08zx|ec:%8p|"f,             \
+          DBG("%10.10s|w:0x%08zx|ec:%8p|"f,                 \
               (t), (e_client_util_win_get(ec)), (ec), ##x); \
         else                                                \
-          DBG("EWL|%20.20s|            |             |"f,   \
+          DBG("%10.10s|            |             |"f,       \
               (t), ##x);                                    \
      }                                                      \
    while (0)
    do                                                       \
      {                                                      \
         if (ec)                                             \
-          ERR("EWL|%20.20s|w:0x%08zx|ec:%8p|"f,             \
+          ERR("%10.10s|w:0x%08zx|ec:%8p|"f,                 \
               (t), (e_client_util_win_get(ec)), (ec), ##x); \
         else                                                \
-          ERR("EWL|%20.20s|            |             |"f,   \
+          ERR("%10.10s|            |             |"f,       \
               (t), ##x);                                    \
      }                                                      \
    while (0)