aboutsummaryrefslogtreecommitdiff
path: root/src/apt-transaction.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-09-02 16:03:09 +0100
committerConor Curran <conor.curran@canonical.com>2011-09-02 16:03:09 +0100
commited66b087fda1b0c0dbb40f0ff8a29d5905b34a30 (patch)
treeaecf9799b9f9f09df2f766399ce1568ac402ad18 /src/apt-transaction.c
parentea01f7722081d1d29b6d80b708a22a60c3938bf9 (diff)
parent374a403e76107ad6696fa67eb9d0313776f47647 (diff)
downloadayatana-indicator-session-ed66b087fda1b0c0dbb40f0ff8a29d5905b34a30.tar.gz
ayatana-indicator-session-ed66b087fda1b0c0dbb40f0ff8a29d5905b34a30.tar.bz2
ayatana-indicator-session-ed66b087fda1b0c0dbb40f0ff8a29d5905b34a30.zip
apt menuitem should now finally be working properly0.3.4.2
Diffstat (limited to 'src/apt-transaction.c')
-rw-r--r--src/apt-transaction.c2
1 files changed, 1 insertions, 1 deletions
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", &current_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");