diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-09-22 16:11:46 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2016-09-22 16:11:46 -0500 |
commit | fe6fe0ae1e87d46c6060045cc3b25865df4533bd (patch) | |
tree | ac832362788f29809f2ab678459406a3487416df /src | |
parent | a17e7fc7ed94bf201b37cf7d9744ef272404c0f7 (diff) | |
download | ayatana-indicator-display-fe6fe0ae1e87d46c6060045cc3b25865df4533bd.tar.gz ayatana-indicator-display-fe6fe0ae1e87d46c6060045cc3b25865df4533bd.tar.bz2 ayatana-indicator-display-fe6fe0ae1e87d46c6060045cc3b25865df4533bd.zip |
keep piling 'em on
Diffstat (limited to 'src')
-rw-r--r-- | src/adbd-client.cpp | 2 |
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); } /*** |