diff options
author | Ted Gould <ted@gould.cx> | 2009-12-02 13:57:00 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-02 13:57:00 -0600 |
commit | 937c28b1c18f945c0bcbb5f4cd2deaa7f46927ff (patch) | |
tree | 7a65843a14352d98d7e6584de71993f6cfe16821 /tests/service-version-good-service.c | |
parent | 792315d74baf0dcb2c36a85bcab2c5888b362a82 (diff) | |
download | libayatana-indicator-937c28b1c18f945c0bcbb5f4cd2deaa7f46927ff.tar.gz libayatana-indicator-937c28b1c18f945c0bcbb5f4cd2deaa7f46927ff.tar.bz2 libayatana-indicator-937c28b1c18f945c0bcbb5f4cd2deaa7f46927ff.zip |
Not erroring when we're supposed to pass.
Diffstat (limited to 'tests/service-version-good-service.c')
-rw-r--r-- | tests/service-version-good-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/service-version-good-service.c b/tests/service-version-good-service.c index db9632c..b607137 100644 --- a/tests/service-version-good-service.c +++ b/tests/service-version-good-service.c @@ -18,7 +18,7 @@ timeout (gpointer data) void shutdown (void) { - g_error("Shutdown"); + g_debug("Shutdown"); passed = TRUE; g_main_loop_quit(mainloop); return; |