aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-09-22 16:11:46 -0500
committerCharles Kerr <charles.kerr@canonical.com>2016-09-22 16:11:46 -0500
commitfe6fe0ae1e87d46c6060045cc3b25865df4533bd (patch)
treeac832362788f29809f2ab678459406a3487416df
parenta17e7fc7ed94bf201b37cf7d9744ef272404c0f7 (diff)
downloadayatana-indicator-display-fe6fe0ae1e87d46c6060045cc3b25865df4533bd.tar.gz
ayatana-indicator-display-fe6fe0ae1e87d46c6060045cc3b25865df4533bd.tar.bz2
ayatana-indicator-display-fe6fe0ae1e87d46c6060045cc3b25865df4533bd.zip
keep piling 'em on
-rw-r--r--src/adbd-client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/adbd-client.cpp b/src/adbd-client.cpp
index fbaf377..dfa97da 100644
--- a/src/adbd-client.cpp
+++ b/src/adbd-client.cpp
@@ -121,6 +121,7 @@ g_message("%s %s", G_STRLOC, G_STRFUNC);
}
g_message("%s %s", G_STRLOC, G_STRFUNC);
+fflush(nullptr);
return G_SOURCE_REMOVE;
}
@@ -140,6 +141,7 @@ g_message("%s %s", G_STRLOC, G_STRFUNC);
g_message("%s %s", G_STRLOC, G_STRFUNC);
m_pkresponse_cv.notify_one();
g_message("%s %s", G_STRLOC, G_STRFUNC);
+fflush(nullptr);
}
/***