Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
xmamo committed May 16, 2016
1 parent e58feca commit 6255006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ this program. If not, see <http://www.gnu.org/licenses/>.
<modelVersion>4.0.0</modelVersion>
<groupId>co.virtualdragon</groupId>
<artifactId>VanillaVotifier</artifactId>
<version>3.3.4</version>
<version>3.4.0</version>
<name>VanillaVotifier</name>
<packaging>jar</packaging>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void onEvent(Event event, Votifier votifier) {
}

if (event instanceof ExceptionEvent && votifier.areExceptionsReported()) {
votifier.getLogger().print(((ExceptionEvent) event).getException());
votifier.getLogger().println(((ExceptionEvent) event).getException());
}
}
}

0 comments on commit 6255006

Please sign in to comment.