projects
/
platform
/
core
/
system
/
resourced-headless.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86d6712
)
Fix log message formatting strings to strictly format printf(3) requirements
61/195061/1
accepted/tizen/unified/20181211.141129
submit/tizen/20181210.110314
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Mon, 10 Dec 2018 09:20:05 +0000
(10:20 +0100)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Mon, 10 Dec 2018 09:20:05 +0000
(10:20 +0100)
Change-Id: I861c7cd57fda5c9c6aeb8e38718b4345d8c77de2
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
src/common/config-parser.c
patch
|
blob
|
history
diff --git
a/src/common/config-parser.c
b/src/common/config-parser.c
index 4a5aa5a0977558a0d340d0a96959e3bf7f8daf6d..32265fd18b0f796464b0d9b55a441b99777d00cf 100644
(file)
--- a/
src/common/config-parser.c
+++ b/
src/common/config-parser.c
@@
-123,7
+123,7
@@
API int config_parser_open(const char *name)
g_free, config_parser_free_GKeyFile);
g_assert(config_parser_files);
} else if (g_hash_table_contains(config_parser_files, name)) {
- _E("%s config file is already opened");
+ _E("%s config file is already opened"
, name
);
return -EEXIST;
}