Skip to content

Commit 657c270

Browse files
committed
Fix error message
1 parent 7763931 commit 657c270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/termux/view/TerminalView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ public void checkForFontAndColors() {
730730

731731
invalidate();
732732
} catch (Exception e) {
733-
Log.e(EmulatorDebug.LOG_TAG, "Error loading font", e);
733+
Log.e(EmulatorDebug.LOG_TAG, "Error in checkForFontAndColors()", e);
734734
}
735735
}
736736

0 commit comments

Comments
 (0)