You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2017/08/25 17:43:39 UTC

jspwiki git commit: minor loglevel update

Repository: jspwiki
Updated Branches:
  refs/heads/master 1655436f6 -> 877a2e763


minor loglevel update


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

Branch: refs/heads/master
Commit: 877a2e76311b91bc15ec6cd4c73798b2f6863358
Parents: 1655436
Author: Harry Metske <ha...@gmail.com>
Authored: Fri Aug 25 19:43:19 2017 +0200
Committer: Harry Metske <ha...@gmail.com>
Committed: Fri Aug 25 19:43:19 2017 +0200

----------------------------------------------------------------------
 jspwiki-war/src/main/java/org/apache/wiki/tags/InsertDiffTag.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jspwiki/blob/877a2e76/jspwiki-war/src/main/java/org/apache/wiki/tags/InsertDiffTag.java
----------------------------------------------------------------------
diff --git a/jspwiki-war/src/main/java/org/apache/wiki/tags/InsertDiffTag.java b/jspwiki-war/src/main/java/org/apache/wiki/tags/InsertDiffTag.java
index 3491d2f..211bc79 100644
--- a/jspwiki-war/src/main/java/org/apache/wiki/tags/InsertDiffTag.java
+++ b/jspwiki-war/src/main/java/org/apache/wiki/tags/InsertDiffTag.java
@@ -98,7 +98,7 @@ public class InsertDiffTag extends WikiTagBase {
         Integer verold = (Integer) pageContext.getAttribute( ATTR_OLDVERSION,
                                                              PageContext.REQUEST_SCOPE );
 
-        log.info("Request diff between version "+verold+" and "+vernew);
+        log.debug("Request diff between version "+verold+" and "+vernew);
 
         if( ctx.getPage() != null )
         {