mirror of
https://github.com/Shiewk/SModeration.git
synced 2026-04-28 05:54:16 +02:00
Removed unnecessary log message, 1.4.2
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
pluginVersion = 1.4.1
|
pluginVersion = 1.4.2
|
||||||
-2
@@ -102,7 +102,6 @@ public class PunishmentContainer {
|
|||||||
public void save(File file) {
|
public void save(File file) {
|
||||||
final ComponentLogger logger = SModerationPaper.LOGGER;
|
final ComponentLogger logger = SModerationPaper.LOGGER;
|
||||||
try {
|
try {
|
||||||
logger.info("Saving to {}", file.getPath());
|
|
||||||
if (!file.isFile()){
|
if (!file.isFile()){
|
||||||
file.mkdirs();
|
file.mkdirs();
|
||||||
file.delete();
|
file.delete();
|
||||||
@@ -115,7 +114,6 @@ public class PunishmentContainer {
|
|||||||
}
|
}
|
||||||
gzout.close();
|
gzout.close();
|
||||||
}
|
}
|
||||||
logger.info("Successfully saved.");
|
|
||||||
} catch (IOException e){
|
} catch (IOException e){
|
||||||
logger.error("An error occurred while saving: {}", e.toString());
|
logger.error("An error occurred while saving: {}", e.toString());
|
||||||
for (StackTraceElement stackTraceElement : e.getStackTrace()) {
|
for (StackTraceElement stackTraceElement : e.getStackTrace()) {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: SModeration
|
name: SModeration
|
||||||
version: '1.4.1'
|
version: '1.4.2'
|
||||||
main: de.shiewk.smoderation.paper.SModerationPaper
|
main: de.shiewk.smoderation.paper.SModerationPaper
|
||||||
api-version: '1.20'
|
api-version: '1.20'
|
||||||
load: STARTUP
|
load: STARTUP
|
||||||
|
|||||||
Reference in New Issue
Block a user