You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/06/24 21:47:10 UTC

[1/2] trafficserver git commit: Revert "TS-2106 Fix the trailing % error"

Repository: trafficserver
Updated Branches:
  refs/heads/master d64a9427b -> 8514ae101


Revert "TS-2106 Fix the trailing % error"

This reverts commit d64a9427b3d04199cc057be979100dc123d01edd.


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

Branch: refs/heads/master
Commit: 275ff2871dbc16187cde6e70db531a6cc998090a
Parents: d64a942
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Jun 24 13:46:20 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Jun 24 13:46:20 2015 -0600

----------------------------------------------------------------------
 plugins/experimental/cache_promote/cache_promote.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/275ff287/plugins/experimental/cache_promote/cache_promote.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/cache_promote/cache_promote.cc b/plugins/experimental/cache_promote/cache_promote.cc
index 1c9e9e6..12a871f 100644
--- a/plugins/experimental/cache_promote/cache_promote.cc
+++ b/plugins/experimental/cache_promote/cache_promote.cc
@@ -124,7 +124,7 @@ public:
   void
   usage() const
   {
-    TSError("[%s] Usage: @plugin=%s.so @pparam=--policy=chance @pparam=--sample=<x>\%", PLUGIN_NAME, PLUGIN_NAME);
+    TSError("[%s] Usage: @plugin=%s.so @pparam=--policy=chance @pparam=--sample=<x>%", PLUGIN_NAME, PLUGIN_NAME);
   }
 
   const char *


[2/2] trafficserver git commit: TS-2106 Fix the trailing % error

Posted by zw...@apache.org.
TS-2106 Fix the trailing % error


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

Branch: refs/heads/master
Commit: 8514ae1014c4609ce56040f6c6e6bc28f49ed132
Parents: 275ff28
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Jun 24 13:47:04 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Jun 24 13:47:04 2015 -0600

----------------------------------------------------------------------
 plugins/experimental/cache_promote/cache_promote.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8514ae10/plugins/experimental/cache_promote/cache_promote.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/cache_promote/cache_promote.cc b/plugins/experimental/cache_promote/cache_promote.cc
index 12a871f..eb99ae9 100644
--- a/plugins/experimental/cache_promote/cache_promote.cc
+++ b/plugins/experimental/cache_promote/cache_promote.cc
@@ -124,7 +124,7 @@ public:
   void
   usage() const
   {
-    TSError("[%s] Usage: @plugin=%s.so @pparam=--policy=chance @pparam=--sample=<x>%", PLUGIN_NAME, PLUGIN_NAME);
+    TSError("[%s] Usage: @plugin=%s.so @pparam=--policy=chance @pparam=--sample=<x>%%", PLUGIN_NAME, PLUGIN_NAME);
   }
 
   const char *