typo
authorJean-Philippe Orsini <orsinije@fr.ibm.com>
Thu, 26 Oct 2017 21:43:31 +0000 (23:43 +0200)
committerJean-Philippe Orsini <orsinije@fr.ibm.com>
Thu, 26 Oct 2017 21:43:31 +0000 (23:43 +0200)
war/src/main/java/pnews/servlet/HTML.java

index 681c84b..ad0c24a 100644 (file)
@@ -116,7 +116,7 @@ public class HTML {
                        try {
                                 append(buf, e);
                         } catch (UnsupportedEncodingException e1) {
-                                LOG.log(Level.SEVERE, "fail to convert article to HTML", e1);
+                                LOG.log(Level.SEVERE, "Failed to convert article to HTML", e1);
                         }
                        if (i == 100)
                                break;