summaryrefslogtreecommitdiff
path: root/tests/test-portal.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-portal.c')
-rw-r--r--tests/test-portal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-portal.c b/tests/test-portal.c
index 35789061..234c612d 100644
--- a/tests/test-portal.c
+++ b/tests/test-portal.c
@@ -1,4 +1,4 @@
-/*
+/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s:
* Copyright © 2018-2021 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or
@@ -226,7 +226,7 @@ count_successful_exit_cb (PortalFlatpak *proxy,
{
gsize *times_exited_p = user_data;
- g_debug ("Process %u exited with wait status %u", pid, wait_status);
+ g_info ("Process %u exited with wait status %u", pid, wait_status);
g_assert_true (WIFEXITED (wait_status));
g_assert_cmpuint (WEXITSTATUS (wait_status), ==, 0);
(*times_exited_p) += 1;