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/03/08 06:10:44 UTC

ranger git commit: RANGER-1424

Repository: ranger
Updated Branches:
  refs/heads/master 6854f4d3c -> 70ca2df63


RANGER-1424

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/70ca2df6
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/70ca2df6
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/70ca2df6

Branch: refs/heads/master
Commit: 70ca2df6337b2fb905d1996faabffec06494ff2c
Parents: 6854f4d
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Tue Mar 7 14:17:11 2017 +0800
Committer: zhangqiang2 <zh...@zte.com.cn>
Committed: Wed Mar 8 01:09:23 2017 -0500

----------------------------------------------------------------------
 .../main/java/org/apache/ranger/usergroupsync/UserGroupSync.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/70ca2df6/ugsync/src/main/java/org/apache/ranger/usergroupsync/UserGroupSync.java
----------------------------------------------------------------------
diff --git a/ugsync/src/main/java/org/apache/ranger/usergroupsync/UserGroupSync.java b/ugsync/src/main/java/org/apache/ranger/usergroupsync/UserGroupSync.java
index e57247a..f078cb8 100644
--- a/ugsync/src/main/java/org/apache/ranger/usergroupsync/UserGroupSync.java
+++ b/ugsync/src/main/java/org/apache/ranger/usergroupsync/UserGroupSync.java
@@ -100,7 +100,7 @@ public class UserGroupSync implements Runnable {
 			LOG.error("UserGroupSync thread got an error", t);
 		}
 		finally {
-			LOG.error("Shutting down the UserGroupSync thread");
+			LOG.info("Shutting down the UserGroupSync thread");
 		}
 	}