Write debug log when the key isn't stored in DB 34/202134/1
authorKichan Kwon <k_c.kwon@samsung.com>
Mon, 25 Mar 2019 06:51:33 +0000 (15:51 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Mon, 25 Mar 2019 06:58:26 +0000 (15:58 +0900)
commitb544797e14b185266552e42351aef94e9a117278
treebc542e08462417edfd46c4fe8cf649beb2442bfa
parent9f2535de9cffd60d0dcdb831e8025ca1efccb932
Write debug log when the key isn't stored in DB

- The keys supported by system-info plugin aren't stored in the DB
- In this case, system-info always write error log though
  it returns right value (with ERROR_NONE)
- To prevent misunderstanding, change the log level
  - In real failure case, you can check the "Invalid key" log

Change-Id: Ia78cb2e87c5ee06cf20f3718694d262c7df6da90
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/system_info.c