Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

resetting password in admin view #38

Merged
merged 3 commits into from
Aug 1, 2015
Merged

Conversation

pawc
Copy link
Contributor

@pawc pawc commented Aug 1, 2015

No description provided.

@pawc
Copy link
Contributor Author

pawc commented Aug 1, 2015

ready to merge if you like it

@@ -126,7 +134,7 @@ private void editUser(){
EditUserPane= (AnchorPane) fxmlLoader.load();
}
catch(IOException e){
logger.debug("Error loading frame to edit user " + e.toString());
logger.error("Error loading frame to edit user " + e.toString());
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of logging the e.toString(), rather just pass the error as a parameter so the entire trace stack is logged

paddatrapper added a commit that referenced this pull request Aug 1, 2015
resetting password in admin view
@paddatrapper paddatrapper merged commit 50665aa into paddatrapper:master Aug 1, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants