Fix format string and variable name 39/267739/4
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 9 Dec 2021 09:32:36 +0000 (18:32 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Fri, 10 Dec 2021 05:08:09 +0000 (14:08 +0900)
commitd002857b5037a95bc82e415b231cda87189b00ca
tree59065d0e754de5404ab58fe489205b9be4492b27
parentdc987fa0a92bba6d25ca568581482ac4e1eb5e48
Fix format string and variable name

By changing data type of uid, many mismatchess between data of format string and variable are
generated. And also, the name 'uid' is used too generally. I may cause misunderstand about
the purpose of the variable.

To solve this problem, this patch changes the format string to match the variables. And also,
this patch changes the name of variable to make name more clear.

Change-Id: Id86e57b5ce39589c7c65eeb9106abf8040f6aed6
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
common/vc_config_mgr.c
common/vc_defs.h
engine-parser/src/vc-engine-parser.c
server/vcd_server.c
server/vcd_server_data.cpp
server/vcd_server_data.h