summaryrefslogtreecommitdiff
path: root/document-portal
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-03-11 17:28:23 +0100
committerAlexander Larsson <alexl@redhat.com>2016-03-11 17:28:23 +0100
commite14837308b23437f7a15a1a6d7c80df208e1c78b (patch)
tree871447ffe36efdaf80239b62ef39b59df10e0c49 /document-portal
parent7a61eaa91db11e1d8f70eb36cfd42f91e103e201 (diff)
downloadxdg-app-e14837308b23437f7a15a1a6d7c80df208e1c78b.tar.gz
Now newlines needed in g_debug calls
Diffstat (limited to 'document-portal')
-rw-r--r--document-portal/xdp-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/document-portal/xdp-main.c b/document-portal/xdp-main.c
index 611526f..3591bf5 100644
--- a/document-portal/xdp-main.c
+++ b/document-portal/xdp-main.c
@@ -384,7 +384,7 @@ portal_add (GDBusMethodInvocation *invocation,
g_autoptr(XdgAppDbEntry) old_entry = NULL;
id = xdp_fuse_lookup_id_for_inode (st_buf.st_ino);
- g_debug ("path on fuse, id %s\n", id);
+ g_debug ("path on fuse, id %s", id);
if (id == NULL)
{
g_dbus_method_invocation_return_error (invocation,