diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-31 13:09:57 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-31 13:09:57 +0100 |
commit | e1a933792dbf2114d66a3132d2ce29107ed25130 (patch) | |
tree | b4cc4eb85f04b4e48c14287a53a3a1d83902d5de /src/indicator-session.c | |
parent | 6ee7c05f5d8f4397c3111fe94ab7c742478b737e (diff) | |
download | ayatana-indicator-session-e1a933792dbf2114d66a3132d2ce29107ed25130.tar.gz ayatana-indicator-session-e1a933792dbf2114d66a3132d2ce29107ed25130.tar.bz2 ayatana-indicator-session-e1a933792dbf2114d66a3132d2ce29107ed25130.zip |
apt race condition handled
Diffstat (limited to 'src/indicator-session.c')
-rw-r--r-- | src/indicator-session.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c index fab47b3..0f44a36 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -499,6 +499,7 @@ receive_signal (GDBusProxy * proxy, } else if (g_strcmp0(signal_name, "RebootRequired") == 0) { // TODO waiting on design to give me a name. + g_debug ("Reboot required, icon changed to %s", ICON_RESTART); self->devices.image = indicator_image_helper (ICON_RESTART); } } |