You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by zh...@apache.org on 2017/04/25 01:38:51 UTC

ranger git commit: RANGER-1536:Error information in the printed logs

Repository: ranger
Updated Branches:
  refs/heads/master c41f19e47 -> 3bc1229ff


RANGER-1536:Error information in the printed logs

Signed-off-by: zhangqiang2 <zh...@zte.com.cn>


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/3bc1229f
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/3bc1229f
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/3bc1229f

Branch: refs/heads/master
Commit: 3bc1229ffd098e28e323eeaed47040277955dccb
Parents: c41f19e
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Sat Apr 22 16:01:57 2017 +0800
Committer: zhangqiang2 <zh...@zte.com.cn>
Committed: Mon Apr 24 21:37:47 2017 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/ranger/plugin/client/BaseClient.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/3bc1229f/agents-common/src/main/java/org/apache/ranger/plugin/client/BaseClient.java
----------------------------------------------------------------------
diff --git a/agents-common/src/main/java/org/apache/ranger/plugin/client/BaseClient.java b/agents-common/src/main/java/org/apache/ranger/plugin/client/BaseClient.java
index 941c118..485ac04 100644
--- a/agents-common/src/main/java/org/apache/ranger/plugin/client/BaseClient.java
+++ b/agents-common/src/main/java/org/apache/ranger/plugin/client/BaseClient.java
@@ -81,7 +81,7 @@ public abstract class BaseClient {
 			 String nameRules = configHolder.getNameRules();
 			 if(StringUtils.isEmpty(nameRules)){
 				 if(LOG.isDebugEnabled()){
-					 LOG.debug("Name is empty. Setting Name Rule as 'DEFAULT'");
+					 LOG.debug("Name Rule is empty. Setting Name Rule as 'DEFAULT'");
 				 }
 				 nameRules = DEFAULT_NAME_RULE;
 			 }