Repository: phoenix
Updated Branches:
  refs/heads/master acd35f0eb -> dfcde1046


Rename com.salesforce tracing config prop to org.apache


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

Branch: refs/heads/master
Commit: dfcde10464a028c8acf44b9ce662f0fd19ca265d
Parents: acd35f0
Author: James Taylor <[email protected]>
Authored: Fri Aug 15 09:59:50 2014 -0700
Committer: James Taylor <[email protected]>
Committed: Fri Aug 15 09:59:50 2014 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/phoenix/trace/util/Tracing.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/dfcde104/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java 
b/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
index 5913cfb..3367bce 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/trace/util/Tracing.java
@@ -59,7 +59,7 @@ public class Tracing {
     // Constants for for configuring tracing
     public static final String TRACING_LEVEL_KEY = 
"org.apache.phoenix.trace.frequency";
     protected static final String PROBABILITY_THRESHOLD_KEY =
-            "com.salesforce.phoenix.trace.probability.threshold";
+            "org.apache.phoenix.trace.probability.threshold";
 
     /**
      * We always trace on the server, assuming the client has requested 
tracing on the request

Reply via email to