Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Dec 28, 2015
1 parent 7763931 commit 657c270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/termux/view/TerminalView.java
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ public void checkForFontAndColors() {

invalidate();
} catch (Exception e) {
Log.e(EmulatorDebug.LOG_TAG, "Error loading font", e);
Log.e(EmulatorDebug.LOG_TAG, "Error in checkForFontAndColors()", e);
}
}

Expand Down

0 comments on commit 657c270

Please sign in to comment.