aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-14 14:33:22 -0500
committerTed Gould <ted@gould.cx>2011-03-14 14:33:22 -0500
commit31299f3d0b47b350057886b90094e9b5552c6b69 (patch)
tree3cde4530e6519087f0a344ff49b513abfdbd0054
parente5d2b6bd554e9dbc790c8b72463e48c1deeee70c (diff)
downloadayatana-indicator-application-31299f3d0b47b350057886b90094e9b5552c6b69.tar.gz
ayatana-indicator-application-31299f3d0b47b350057886b90094e9b5552c6b69.tar.bz2
ayatana-indicator-application-31299f3d0b47b350057886b90094e9b5552c6b69.zip
Debug message on missing override file.
-rw-r--r--src/application-service-appstore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index 43d9e23..b0f4a0c 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -374,6 +374,7 @@ load_override_file (GHashTable * hash, const gchar * filename)
g_return_if_fail(filename != NULL);
if (!g_file_test(filename, G_FILE_TEST_EXISTS)) {
+ g_debug("Override file '%s' doesn't exist");
return;
}