aboutsummaryrefslogtreecommitdiff
path: root/tests/service-version-bad-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-02 13:57:00 -0600
committerTed Gould <ted@gould.cx>2009-12-02 13:57:00 -0600
commit937c28b1c18f945c0bcbb5f4cd2deaa7f46927ff (patch)
tree7a65843a14352d98d7e6584de71993f6cfe16821 /tests/service-version-bad-service.c
parent792315d74baf0dcb2c36a85bcab2c5888b362a82 (diff)
downloadlibayatana-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-bad-service.c')
-rw-r--r--tests/service-version-bad-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/service-version-bad-service.c b/tests/service-version-bad-service.c
index aea87b1..f3b25be 100644
--- a/tests/service-version-bad-service.c
+++ b/tests/service-version-bad-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;