Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Commit

Permalink
Change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh9 committed Feb 3, 2017
1 parent 3d1f637 commit 3e949be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/IncomingDataController.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public CompletionStage<Result> index() {
log.debug("Installation event received");
return complete(executeInstallationEvents(event, json, messages));
case Event.PLUGIN_UNINSTALL:
log.warn("Ignoring event {}.", event);
log.debug("Uninstall event received");
return complete(ok());
default:
log.warn("Ignoring event {}.", event);
Expand Down

0 comments on commit 3e949be

Please sign in to comment.