Skip to content

Commit

Permalink
Changed default status handling to 'log'. (#76)
Browse files Browse the repository at this point in the history
klighd: use 'log' as default status handling behavior.

This matches the default behavior of the previoulsy used Eclipse UI
StatusManager.
  • Loading branch information
NiklasRentzCAU authored Nov 10, 2020
1 parent adbde92 commit 7f996bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static void setStatusManager(IKlighdStatusManager impl) {
}

public static void handle(IStatus status) {
getStatusManager().handle(status, IKlighdStatusManager.NONE);
getStatusManager().handle(status, IKlighdStatusManager.LOG);
}

public static void log(IStatus status) {
Expand Down

0 comments on commit 7f996bf

Please sign in to comment.