Fix a wrong type of a log argument 26/307426/2
authorSung-hun Kim <sfoon.kim@samsung.com>
Fri, 8 Mar 2024 05:25:38 +0000 (14:25 +0900)
committerSung-hun Kim <sfoon.kim@samsung.com>
Fri, 8 Mar 2024 07:32:20 +0000 (16:32 +0900)
commitb97eaaeb378cf6f254d73f62f14262a1e6d4cb73
tree8877164a20c345e9b886343c7a4973fb0034f72d
parent834dcb99afa34755522a37a150a5a5428d8d945d
Fix a wrong type of a log argument

Previously, the given argument is a string type but the required type of the argument is char *.
So, call c_str() for converting it.

This patch fixes coverity issues (cid: 1097977, 1099764).

Change-Id: I0f6595e629088b1d08d679cf718836c65947557d
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
src/livedumper/core.hpp
src/livedumper/livedumper.hpp