summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d21f05)
raw | patch | inline | side by side (parent: 6d21f05)
author | Max Kellermann <max@duempel.org> | |
Mon, 14 Jul 2014 09:19:05 +0000 (11:19 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 14 Jul 2014 09:19:05 +0000 (11:19 +0200) |
src/conf.c | patch | blob | history |
diff --git a/src/conf.c b/src/conf.c
index 03ba80dd7407baa7ef78bc898e57afd785974b89..0f7a494ed969d9f0c091338e5d3980f38e788acd 100644 (file)
--- a/src/conf.c
+++ b/src/conf.c
for (system_data_dirs = g_get_system_config_dirs (); *system_data_dirs != NULL; system_data_dirs++)
{
- g_message (*system_data_dirs);
pathname = g_build_filename(*system_data_dirs, PACKAGE, "ncmpc.conf", NULL);
if (g_file_test(pathname, G_FILE_TEST_EXISTS))
{
for (system_data_dirs = g_get_system_config_dirs (); *system_data_dirs != NULL; system_data_dirs++)
{
- g_message (*system_data_dirs);
pathname = g_build_filename(*system_data_dirs, PACKAGE, "keys.conf", NULL);
if (g_file_test(pathname, G_FILE_TEST_EXISTS))
{