diff --git a/src/utils/fluid_settings.c b/src/utils/fluid_settings.c index ddeac280..ff111d38 100644 --- a/src/utils/fluid_settings.c +++ b/src/utils/fluid_settings.c @@ -426,7 +426,7 @@ fluid_settings_set(fluid_settings_t* settings, const char *name, fluid_setting_n table = node->set.hashtable; } else { /* path ends prematurely */ - FLUID_LOG(FLUID_WARN, "'%s' is not a node", name[n]); + FLUID_LOG(FLUID_WARN, "'%s' is not a node. Name of the setting was '%s'", tokens[n], name); return FLUID_FAILED; }