Skip to content

Commit

Permalink
log dictionary details when uri tag is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
itkach committed Jul 11, 2021
1 parent 37918a3 commit b21e50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itkach/aard2/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ protected Void doInBackground(Slob[] slobs) {
}
}
catch (Exception ex) {
Log.w(TAG, ex);
Log.w(TAG, String.format("Dictionary %s (%s) has no uri tag", slob.getId(), slob.getTags()), ex);
}
}

Expand Down

0 comments on commit b21e50a

Please sign in to comment.