Skip to content

Commit

Permalink
Update BrotherPrinter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanGodal authored Jan 4, 2022
1 parent 3da4b8b commit a544d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/BrotherPrinter.java
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ private void copyBinFile(String filename, String targetPath) {
out.close();
out = null;
} catch (Exception e) {
Log.e("Brother/SDKEvent", "Exception in copyFile() " + e.toString());
Log.e("Brother/SDKEvent", "Exception in copyBinFile() " + e.toString());
}

}
Expand Down

0 comments on commit a544d11

Please sign in to comment.