summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2016-06-09 18:41:04 +0200
committerOndrej Holy <oholy@redhat.com>2016-06-10 13:02:42 +0200
commit4c2953b0d806062bcce8985a3077e088a48753a5 (patch)
treec5dbeb2187edf2002e41ce4cc96b32439fe1dbb0
parent923cdaffff92695b81d1a2fb8076c3c548c0f480 (diff)
downloadgvfs-4c2953b0d806062bcce8985a3077e088a48753a5.tar.gz
afc: Add missing trailing newline char
GVfs uses custom log handler, which requires trailing newline char.
-rw-r--r--daemon/gvfsbackendafc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gvfsbackendafc.c b/daemon/gvfsbackendafc.c
index f28efac4..068eb565 100644
--- a/daemon/gvfsbackendafc.c
+++ b/daemon/gvfsbackendafc.c
@@ -600,7 +600,7 @@ g_vfs_backend_afc_mount (GVfsBackend *backend,
do {
char *message;
- g_debug ("Lockdown client try #%d", retries);
+ g_debug ("Lockdown client try #%d\n", retries);
lerr = lockdownd_client_new_with_handshake (self->dev,
&lockdown_cli,
"gvfsd-afc");