aboutsummaryrefslogtreecommitdiff
path: root/src/apt-transaction.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-09-02 10:10:47 +0100
committerConor Curran <conor.curran@canonical.com>2011-09-02 10:10:47 +0100
commit374a403e76107ad6696fa67eb9d0313776f47647 (patch)
treebe4ea6bb4358bdd7b67e0718c9df4c710e6fb79f /src/apt-transaction.c
parent07a72b950fb099df379d241ad129d938c5d22990 (diff)
downloadayatana-indicator-session-374a403e76107ad6696fa67eb9d0313776f47647.tar.gz
ayatana-indicator-session-374a403e76107ad6696fa67eb9d0313776f47647.tar.bz2
ayatana-indicator-session-374a403e76107ad6696fa67eb9d0313776f47647.zip
final apt menuitem bugs fixes
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");