[gvfs] afc: Add missing trailing newline char
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] afc: Add missing trailing newline char
- Date: Fri, 10 Jun 2016 11:54:55 +0000 (UTC)
commit 4c2953b0d806062bcce8985a3077e088a48753a5
Author: Ondrej Holy <oholy redhat com>
Date: Thu Jun 9 18:41:04 2016 +0200
afc: Add missing trailing newline char
GVfs uses custom log handler, which requires trailing newline char.
daemon/gvfsbackendafc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gvfsbackendafc.c b/daemon/gvfsbackendafc.c
index f28efac..068eb56 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");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]