You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/08/02 14:44:32 UTC

svn commit: r800053 - /maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java

Author: vsiveton
Date: Sun Aug  2 12:44:31 2009
New Revision: 800053

URL: http://svn.apache.org/viewvc?rev=800053&view=rev
Log:
o improved log according Ben's remarks on dev@

Modified:
    maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java

Modified: maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java?rev=800053&r1=800052&r2=800053&view=diff
==============================================================================
--- maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java (original)
+++ maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java Sun Aug  2 12:44:31 2009
@@ -363,7 +363,7 @@
                 String msg = "IOException: " + e.getMessage();
                 if ( getLog().isDebugEnabled() )
                 {
-                    getLog().debug( msg, e );
+                    getLog().error( msg, e );
                 }
                 else
                 {
@@ -420,7 +420,7 @@
                     String msg = "IOException: " + e.getMessage();
                     if ( getLog().isDebugEnabled() )
                     {
-                        getLog().debug( msg, e );
+                        getLog().error( msg, e );
                     }
                     else
                     {
@@ -651,7 +651,7 @@
         {
             if ( getLog().isDebugEnabled() )
             {
-                getLog().debug( "MavenInvocationException: " + e.getMessage(), e );
+                getLog().error( "MavenInvocationException: " + e.getMessage(), e );
             }
             getLog().error( "Error when invoking Maven, consult the invoker log." );
             return;
@@ -669,7 +669,7 @@
             String msg = "IOException: " + e.getMessage();
             if ( getLog().isDebugEnabled() )
             {
-                getLog().debug( msg, e );
+                getLog().error( msg, e );
             }
             else
             {
@@ -699,7 +699,7 @@
             {
                 if ( getLog().isDebugEnabled() )
                 {
-                    getLog().debug( "MavenInvocationException: " + e.getMessage(), e );
+                    getLog().error( "MavenInvocationException: " + e.getMessage(), e );
                 }
                 getLog().error( "Error when reinvoking Maven, consult the invoker log." );
                 return;
@@ -823,7 +823,7 @@
                 String msg = "IOException: " + e.getMessage();
                 if ( getLog().isDebugEnabled() )
                 {
-                    getLog().debug( msg, e );
+                    getLog().error( msg, e );
                 }
                 else
                 {
@@ -862,7 +862,7 @@
             String msg = "IOException: " + e.getMessage();
             if ( getLog().isDebugEnabled() )
             {
-                getLog().debug( msg, e );
+                getLog().error( msg, e );
             }
             else
             {
@@ -902,7 +902,7 @@
                 String msg = "IOException: " + e.getMessage();
                 if ( getLog().isDebugEnabled() )
                 {
-                    getLog().debug( msg, e );
+                    getLog().error( msg, e );
                 }
                 else
                 {
@@ -940,7 +940,7 @@
             String msg = "IOException: " + e.getMessage();
             if ( getLog().isDebugEnabled() )
             {
-                getLog().debug( msg, e );
+                getLog().error( msg, e );
             }
             else
             {