mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-20 03:11:21 +00:00
removed stack trace from streaming error warnings
This commit is contained in:
parent
a3bb6638bf
commit
940c641759
@ -2089,7 +2089,7 @@ public String finalizeUpload(
|
||||
|
||||
} catch (IOException e) {
|
||||
// Streaming errors should not rethrow — just log
|
||||
LOGGER.warn(String.format("Streaming error for %s %s: %s", service, name, e.getMessage()), e);
|
||||
LOGGER.warn(String.format("Streaming error for %s %s: %s", service, name, e.getMessage()));
|
||||
}
|
||||
|
||||
} catch (IOException | ApiException | DataException e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user