fixed log
This commit is contained in:
parent
0ef4ea52a8
commit
86f681ebbb
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class Speaker_MongoDB_Impl extends Speaker implements MongoOperations<Spe
|
|||
// Write the decoded byte array to the file
|
||||
try (FileOutputStream fos = new FileOutputStream(outputFile)) {
|
||||
fos.write(imageBytes);
|
||||
System.out.println("PNG file has been saved successfully.");
|
||||
Logger.debug("PNG file has been saved successfully.");
|
||||
} catch (IOException e) {
|
||||
Logger.error("Failed to save member PNG file.");
|
||||
Logger.error(e.getMessage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue