Blame SOURCES/0031-Issue-50886-Typo-in-the-replication-debug-message.patch
|
|
8394b4 |
From 339a719a4049cd1b9368af1946647227ddf15390 Mon Sep 17 00:00:00 2001
|
|
|
8394b4 |
From: Mark Reynolds <mreynolds@redhat.com>
|
|
|
8394b4 |
Date: Thu, 6 Feb 2020 14:38:04 -0500
|
|
|
8394b4 |
Subject: [PATCH] Issue 50886 - Typo in the replication debug message
|
|
|
8394b4 |
|
|
|
8394b4 |
Description: Fix typo in replication logging message
|
|
|
8394b4 |
|
|
|
8394b4 |
relates: https://pagure.io/389-ds-base/issue/50886
|
|
|
8394b4 |
|
|
|
8394b4 |
Reviewed by: mreynolds (one line commit rule)
|
|
|
8394b4 |
---
|
|
|
8394b4 |
ldap/servers/plugins/replication/repl5_plugins.c | 2 +-
|
|
|
8394b4 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
8394b4 |
|
|
|
8394b4 |
diff --git a/ldap/servers/plugins/replication/repl5_plugins.c b/ldap/servers/plugins/replication/repl5_plugins.c
|
|
|
8394b4 |
index e6b2fdb6e..caa99d1c6 100644
|
|
|
8394b4 |
--- a/ldap/servers/plugins/replication/repl5_plugins.c
|
|
|
8394b4 |
+++ b/ldap/servers/plugins/replication/repl5_plugins.c
|
|
|
8394b4 |
@@ -622,7 +622,7 @@ multimaster_mmr_postop (Slapi_PBlock *pb, int flags)
|
|
|
8394b4 |
break;
|
|
|
8394b4 |
}
|
|
|
8394b4 |
slapi_log_err(SLAPI_LOG_REPL, REPLICATION_SUBSYSTEM,
|
|
|
8394b4 |
- "multimaster_mmr_postop - error %d for oparation %d.\n", rc, flags);
|
|
|
8394b4 |
+ "multimaster_mmr_postop - error %d for operation %d.\n", rc, flags);
|
|
|
8394b4 |
return rc;
|
|
|
8394b4 |
}
|
|
|
8394b4 |
|
|
|
8394b4 |
--
|
|
|
8394b4 |
2.21.1
|
|
|
8394b4 |
|