mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05:00
main: Add a debug note when reading the settings file
So that's easier to track in the debug log.
This commit is contained in:
parent
ba8d682c09
commit
7b5e5b7727
@ -397,6 +397,8 @@ clutter_config_read_from_file (const gchar *config_path)
|
|||||||
g_key_file_load_from_file (key_file, config_path, G_KEY_FILE_NONE, &error);
|
g_key_file_load_from_file (key_file, config_path, G_KEY_FILE_NONE, &error);
|
||||||
if (error == NULL)
|
if (error == NULL)
|
||||||
{
|
{
|
||||||
|
CLUTTER_NOTE (MISC, "Reading configuration from '%s'", config_path);
|
||||||
|
|
||||||
clutter_config_read_from_key_file (key_file);
|
clutter_config_read_from_key_file (key_file);
|
||||||
#ifdef CLUTTER_ENABLE_DEBUG
|
#ifdef CLUTTER_ENABLE_DEBUG
|
||||||
clutter_debug_read_from_key_file (key_file);
|
clutter_debug_read_from_key_file (key_file);
|
||||||
|
Loading…
Reference in New Issue
Block a user