[gnome-control-center/benzea/reenable-tests] more debug printing
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/benzea/reenable-tests] more debug printing
- Date: Thu, 20 Jan 2022 16:48:06 +0000 (UTC)
commit 7d2702cfc999ca8f5f64e15f34e72a03547cc247
Author: Benjamin Berg <bberg redhat com>
Date: Thu Jan 20 17:47:59 2022 +0100
more debug printing
tests/network/nm-utils/nm-test-utils-impl.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/tests/network/nm-utils/nm-test-utils-impl.c b/tests/network/nm-utils/nm-test-utils-impl.c
index b40dc7139..96147c6c7 100644
--- a/tests/network/nm-utils/nm-test-utils-impl.c
+++ b/tests/network/nm-utils/nm-test-utils-impl.c
@@ -35,6 +35,7 @@ name_exists (GDBusConnection *c, const char *name)
GVariant *reply;
gboolean exists = FALSE;
+ g_message("testing if %s exists, %ld", name, g_get_real_time ());
reply = g_dbus_connection_call_sync (c,
DBUS_SERVICE_DBUS,
DBUS_PATH_DBUS,
@@ -47,6 +48,7 @@ name_exists (GDBusConnection *c, const char *name)
NULL,
NULL);
if (reply != NULL) {
+ g_message("received non-null reply, %ld", g_get_real_time ());
exists = TRUE;
g_variant_unref (reply);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]