From a544d1155715a84d472e4e1afe35b7422f3e7802 Mon Sep 17 00:00:00 2001 From: GODAL Tristan <39794934+TristanGodal@users.noreply.github.com> Date: Tue, 4 Jan 2022 14:17:54 +0100 Subject: [PATCH] Update BrotherPrinter.java --- src/android/BrotherPrinter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/BrotherPrinter.java b/src/android/BrotherPrinter.java index 2ebc073..dd9f9f7 100644 --- a/src/android/BrotherPrinter.java +++ b/src/android/BrotherPrinter.java @@ -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()); } }