diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-09-02 12:33:34 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-09-02 12:33:34 -0400 |
commit | 6d01875aaef54bca8ed9377557718c4510ca89cd (patch) | |
tree | 0a24e53502352b5db88350b6146a45218c76d1f9 /src/apt-transaction.c | |
parent | 3b39d2b2b2578c4d6f66156905a29fdade6ffe60 (diff) | |
parent | 4faa2c96bc8f608d7066564dd2569c013a2c6ea4 (diff) | |
download | ayatana-indicator-session-6d01875aaef54bca8ed9377557718c4510ca89cd.tar.gz ayatana-indicator-session-6d01875aaef54bca8ed9377557718c4510ca89cd.tar.bz2 ayatana-indicator-session-6d01875aaef54bca8ed9377557718c4510ca89cd.zip |
releasing version 0.3.4.2-0ubuntu1
Diffstat (limited to 'src/apt-transaction.c')
-rw-r--r-- | src/apt-transaction.c | 2 |
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", ¤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"); |