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:44:39 UTC

trafficserver git commit: TS-2106 Fix the trailing % error

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


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

Branch: refs/heads/master
Commit: d64a9427b3d04199cc057be979100dc123d01edd
Parents: de4290c
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Jun 24 13:44:32 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Jun 24 13:44:32 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/d64a9427/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..1c9e9e6 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 *