summaryrefslogtreecommitdiff
path: root/portal/flatpak-portal-app-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'portal/flatpak-portal-app-info.c')
-rw-r--r--portal/flatpak-portal-app-info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/portal/flatpak-portal-app-info.c b/portal/flatpak-portal-app-info.c
index 586fde9d..d3e3fe60 100644
--- a/portal/flatpak-portal-app-info.c
+++ b/portal/flatpak-portal-app-info.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 Red Hat, Inc
*
* This program is free software; you can redistribute it and/or
@@ -86,7 +86,7 @@ parse_app_id_from_fileinfo (int pid)
/* Not able to open the root dir shouldn't happen. Probably the app died and
* we're failing due to /proc/$pid not existing. In that case fail instead
of treating this as privileged. */
- g_debug ("Unable to open %s", root_path);
+ g_info ("Unable to open %s", root_path);
return NULL;
}