[Daemaon/Service] Add DB_PATH to the error message for DB open failure accepted/tizen/unified/20240119.154757
authorWook Song <wook16.song@samsung.com>
Thu, 18 Jan 2024 11:30:29 +0000 (20:30 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 19 Jan 2024 00:51:47 +0000 (09:51 +0900)
commit298e68fe7486240d4a417822399c51540004972f
tree30b62274655dcbedd30ad497240ac91cca4c1fa6
parentf77726c33aff7dd063a5602cff2f544f85a10399
[Daemaon/Service] Add DB_PATH to the error message for DB open failure

This patch appends DB_PATH to the error message for failure in opening
the database file. Note that DB_PATH is not the SQLITE3 database file,
but the path prefix where the file is placed.

CC: Jaeyun Jung <jy1210.jung@samsung.com>
Signed-off-by: Wook Song <wook16.song@samsung.com>
daemon/service-db.cc