[PATCH] Fix a typo

vl at samba.org vl at samba.org
Mon May 8 10:17:11 UTC 2017


Hi!

Review appreciated!

Thanks, Volker
-------------- next part --------------
From 4513bf1eea4deffbd646fd620650462019481b1e Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Mon, 8 May 2017 12:16:16 +0200
Subject: [PATCH] dbwrap_ctdb: Fix a typo

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 source3/lib/dbwrap/dbwrap_ctdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source3/lib/dbwrap/dbwrap_ctdb.c b/source3/lib/dbwrap/dbwrap_ctdb.c
index 480ebea..09a1e7e 100644
--- a/source3/lib/dbwrap/dbwrap_ctdb.c
+++ b/source3/lib/dbwrap/dbwrap_ctdb.c
@@ -1180,7 +1180,7 @@ again:
 		ctdb_time += timeval_elapsed(&ctdb_start_time);
 
 		if (ret != 0) {
-			DEBUG(5, ("ctdb_migrate failed: %s\n",
+			DEBUG(5, ("ctdbd_migrate failed: %s\n",
 				  strerror(ret)));
 			TALLOC_FREE(result);
 			return NULL;
-- 
2.1.4



More information about the samba-technical mailing list