[fedfs-utils] [PATCH 05/13] libnsdb: Fix debugging message in nsdb_open()

Chuck Lever chuck.lever at oracle.com
Tue Jan 8 09:27:50 PST 2013


Copy-paste error introduced in commit 0520ee72 "Initial commit," Tue
Mar 29 15:37:40 2011.

Signed-off-by: Chuck Lever <chuck.lever at oracle.com>
---

 src/libnsdb/ldap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libnsdb/ldap.c b/src/libnsdb/ldap.c
index c066d85..5436a1e 100644
--- a/src/libnsdb/ldap.c
+++ b/src/libnsdb/ldap.c
@@ -482,7 +482,7 @@ nsdb_open(const char *hostname, const unsigned short port, LDAP **ld,
 		rc = ldap_set_option(tmp,
 				LDAP_OPT_PROTOCOL_VERSION, &ldap_version);
 		if (rc != LDAP_OPT_SUCCESS) {
-			xlog(D_GENERAL, "%s: Failed to get connection version "
+			xlog(D_GENERAL, "%s: Failed to set connection version "
 					" for NSDB '%s': %s",
 					__func__, hostname,
 					ldap_err2string(rc));




More information about the fedfs-utils-devel mailing list