From e14837308b23437f7a15a1a6d7c80df208e1c78b Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 11 Mar 2016 17:28:23 +0100 Subject: Now newlines needed in g_debug calls --- document-portal/xdp-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'document-portal') 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, -- cgit v1.2.1