Fix error message

This commit is contained in:
Fredrik Fornwall
2015-12-28 20:49:46 +01:00
parent 7763931035
commit 657c270d97

View File

@@ -730,7 +730,7 @@ public final class TerminalView extends View {
invalidate();
} catch (Exception e) {
Log.e(EmulatorDebug.LOG_TAG, "Error loading font", e);
Log.e(EmulatorDebug.LOG_TAG, "Error in checkForFontAndColors()", e);
}
}