[libgweather/wip/hadess/fix-utc-sunrise] debug
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/wip/hadess/fix-utc-sunrise] debug
- Date: Mon, 8 Oct 2018 12:03:01 +0000 (UTC)
commit 2dcd729af2e684deb863066bc9ab389ebbc9ff0b
Author: Bastien Nocera <hadess hadess net>
Date: Mon Oct 8 14:02:45 2018 +0200
debug
libgweather/test_libgweather.c | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/libgweather/test_libgweather.c b/libgweather/test_libgweather.c
index c6155d4..5a05a53 100644
--- a/libgweather/test_libgweather.c
+++ b/libgweather/test_libgweather.c
@@ -397,6 +397,7 @@ set_gsettings (void)
"--schema-file=%s/org.gnome.GWeather.enums.xml "
"--schema-file=%s/org.gnome.GWeather.gschema.xml",
schemadir, SCHEMAS_BUILDDIR, SCHEMASDIR);
+ g_message ("output compiled schemas into: %s", schemadir);
g_assert (g_spawn_command_line_sync (cmdline, NULL, NULL, &result, NULL));
g_assert (result == 0);
g_free (cmdline);
@@ -410,6 +411,8 @@ set_gsettings (void)
data_dirs = g_strdup_printf ("%s:%s", orig_data_dirs, tmpdir);
g_setenv ("XDG_DATA_DIRS", data_dirs, TRUE);
}
+
+ g_message ("new XDG_DATA_DIRS=%s", g_getenv ("XDG_DATA_DIRS"));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]