mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-16 17:44:23 +01:00
Add missing log statement
This commit is contained in:
parent
b92b3eb008
commit
5cff70e67b
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ public class SkinUploader implements Closeable {
|
|||
logger.error(ex.getReasonPhrase(), ex);
|
||||
setError("A fatal server error has ocurred (check logs for details): \n" + ex.getReasonPhrase());
|
||||
} else if (code >= 400 && code != 403 && code != 404) {
|
||||
logger.error(ex.getReasonPhrase(), ex);
|
||||
setError(ex.getReasonPhrase());
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue