summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugin.c b/src/plugin.c
index 3890070..ae57e5c 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -162,8 +162,8 @@ plugin_state_init(struct plugin_state **lstate)
&one, sizeof(one)) != 0) {
slapi_log_error(SLAPI_LOG_PLUGIN,
plugin_description.spd_id,
- "error marking %s socket for reuse\n",
- sock_desc);
+ "error marking %s socket for reuse, ",
+ "continuing\n", sock_desc);
}
/* Bind to a reserved port. */
memset(&sin, 0, sizeof(sin));