mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-06 07:06:10 +00:00
u_config_json: clarify json not parsed error message
This commit is contained in:
parent
f0132eb997
commit
2959747221
|
@ -161,7 +161,7 @@ is_json_ok(struct u_config_json *json)
|
||||||
{
|
{
|
||||||
if (json->root == NULL) {
|
if (json->root == NULL) {
|
||||||
if (json->file_loaded) {
|
if (json->file_loaded) {
|
||||||
U_LOG_E("JSON not parsed!");
|
U_LOG_E("Config file was loaded but JSON is not parsed!");
|
||||||
} else {
|
} else {
|
||||||
U_LOG_I("No config file was loaded!");
|
U_LOG_I("No config file was loaded!");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue