Skip to content

Commit

Permalink
Using ForgeUIPlugin.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 22, 2014
1 parent 6b27d89 commit 25d27fd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ public void run() {
provider.setConnectionProfileManager(new ConnectionProfileManagerImpl());
}
} catch (Throwable t) {
t.printStackTrace();
ForgeUIPlugin.log(t);
}
EventBus.INSTANCE.register(RefreshListener.INSTANCE);
EventBus.INSTANCE.register(PickUpListener.INSTANCE);
Expand Down

0 comments on commit 25d27fd

Please sign in to comment.