Skip to content

Commit

Permalink
Log message format was corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
dgswan committed Nov 8, 2015
1 parent 7c843fd commit cbc5899
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public void onStartup(Set<Class<?>> c, ServletContext servletContext) throws Ser
}
} catch (Exception e) {
servletContext
.log(MessageFormat.format("Exception registering RichFaces Resource Servlet: {0]", e.getMessage()), e);
.log(MessageFormat.format("Exception registering RichFaces Resource Servlet: {0}", e.getMessage()), e);
}
}

Expand Down

0 comments on commit cbc5899

Please sign in to comment.