mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 20:25:39 +02:00
module/i3: lower case initial letter in log message
This commit is contained in:
parent
0f5d626177
commit
3618b863ff
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ handle_get_version_reply(struct private *m, const struct json_object *json)
|
|||
|
||||
assert(version != NULL);
|
||||
assert(json_object_is_type(version, json_type_string));
|
||||
LOG_INFO("Connected to i3: %s", json_object_get_string(version));
|
||||
LOG_INFO("connected to i3: %s", json_object_get_string(version));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue