Fix coverity issue 16/297316/1 accepted/tizen_8.0_unified accepted/tizen_unified accepted/tizen_unified_riscv tizen tizen_8.0 accepted/tizen/8.0/unified/20231005.093944 accepted/tizen/unified/20230818.054551 accepted/tizen/unified/20231214.164926 accepted/tizen/unified/riscv/20231214.010029 tizen_8.0_m2_release
authorWootak Jung <wootak.jung@samsung.com>
Thu, 17 Aug 2023 00:36:42 +0000 (09:36 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 17 Aug 2023 00:36:42 +0000 (09:36 +0900)
Change-Id: I03bf6d5a54d6725531693e2232722d097609a6a9
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
src/monitor.c

index 86b559f..fb090d7 100644 (file)
@@ -44,7 +44,7 @@ static void _hash_dump(gpointer key, gpointer value, gpointer user_data)
 {
        NOTUSED(user_data);
 
-       msg("         - %s: [%s]", key, value);
+       msg("         - %s: [%s]", (char *)key, (char *)value);
 }
 
 static void _monitor_core_objects(GSList *list)