From 374a403e76107ad6696fa67eb9d0313776f47647 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Fri, 2 Sep 2011 10:10:47 +0100 Subject: final apt menuitem bugs fixes --- src/apt-transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apt-transaction.c') diff --git a/src/apt-transaction.c b/src/apt-transaction.c index be1c57b..cd9e131 100644 --- a/src/apt-transaction.c +++ b/src/apt-transaction.c @@ -213,7 +213,7 @@ apt_transaction_receive_signal (GDBusProxy * proxy, if (g_variant_is_of_type (role, G_VARIANT_TYPE_STRING) == TRUE){ gchar* current_role = NULL; g_variant_get (role, "s", ¤t_role); - g_debug ("Current transaction role = %s", current_role); + //g_debug ("Current transaction role = %s", current_role); if (g_strcmp0 (current_role, "role-commit-packages") == 0 || g_strcmp0 (current_role, "role-upgrade-system") == 0){ g_debug ("UPGRADE IN PROGRESS"); -- cgit v1.2.3