am 0ffd90d2: Merge "Add missing parenthesis in init log message."
* commit '0ffd90d26ba5d1451e7e58cb7f62420a54701ede': Add missing parenthesis in init log message.
This commit is contained in:
commit
285be5661e
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ static int property_set_impl(const char* name, const char* value) {
|
|||
int property_set(const char* name, const char* value) {
|
||||
int rc = property_set_impl(name, value);
|
||||
if (rc == -1) {
|
||||
ERROR("property_set(\"%s\", \"%s\" failed\n", name, value);
|
||||
ERROR("property_set(\"%s\", \"%s\") failed\n", name, value);
|
||||
}
|
||||
return rc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue