Skip to content

Commit

Permalink
Debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Ayuso committed Aug 28, 2014
1 parent de30ac2 commit 3632c47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobhunter/src/main/java/jobhunter/plugins/PlugInLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ protected List<PlugIn> call() throws Exception {
}
});

l.debug("Registered {} plugins", plugins.size());

return plugins;
}
}
Expand Down

0 comments on commit 3632c47

Please sign in to comment.