From 7dc74a0a2ea31a150efa2c14c64cceb8d5c9f839 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 16 Jan 2009 10:31:32 +0000
Subject: [PATCH] Fix debug comment.
---
opends/src/build-tools/windows/service.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/build-tools/windows/service.c b/opends/src/build-tools/windows/service.c
index d2660df..e5bb297 100644
--- a/opends/src/build-tools/windows/service.c
+++ b/opends/src/build-tools/windows/service.c
@@ -528,7 +528,7 @@
}
else
{
- debug("OPENDS_WINDOWS_SERVICE_START_NTRIES is not set. Using default 50 tries.");
+ debug("OPENDS_WINDOWS_SERVICE_START_NTRIES is not set. Using default 100 tries.");
}
debug(
--
Gitblit v1.10.0