From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Thu, 23 Jun 2011 17:07:56 +0000 Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable. --- opends/src/admin/messages/DebugTargetCfgDefn.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/admin/messages/DebugTargetCfgDefn.properties b/opends/src/admin/messages/DebugTargetCfgDefn.properties index 0ab799d..9488494 100644 --- a/opends/src/admin/messages/DebugTargetCfgDefn.properties +++ b/opends/src/admin/messages/DebugTargetCfgDefn.properties @@ -20,8 +20,8 @@ property.debug-level.syntax.enumeration.value.info.synopsis=Messages with severity level of INFO or higher are logged. property.debug-level.syntax.enumeration.value.verbose.synopsis=Messages with severity level of VERBOSE or higher are logged. property.debug-level.syntax.enumeration.value.warning.synopsis=Messages with severity level of WARNING or higher are logged. -property.debug-scope.synopsis=Specifies the fully-qualified OpenDS Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp). -property.debug-scope.syntax.string.pattern.synopsis=The fully-qualified OpenDS Java package, class, or method name. +property.debug-scope.synopsis=Specifies the fully-qualified OpenDJ Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp). +property.debug-scope.syntax.string.pattern.synopsis=The fully-qualified OpenDJ Java package, class, or method name. property.include-throwable-cause.synopsis=Specifies the property to indicate whether to include the cause of exceptions in exception thrown and caught messages. property.omit-method-entry-arguments.synopsis=Specifies the property to indicate whether to include method arguments in debug messages. property.omit-method-return-value.synopsis=Specifies the property to indicate whether to include the return value in debug messages. -- Gitblit v1.10.0