Skip to content

Commit 926dfbe

Browse files
committed
Repaired one small logger mistake
1 parent 5286b63 commit 926dfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/dimdev/dimdoors/shared/pockets/SchematicHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private static List<PocketTemplate> loadTemplatesFromJson(String jsonString) {
129129
DimDoors.log.error("Schematic file " + template.getId() + ".schem did not load correctly from config folder.", ex);
130130
}
131131
} else {
132-
DimDoors.log.error("Schematic \"" + template.getId() + "\".schem was not found in the jar or config directory.");
132+
DimDoors.log.error("Schematic \"" + template.getId() + ".schem\" was not found in the jar or config directory.");
133133
}
134134

135135
NBTTagCompound schematicNBT;

0 commit comments

Comments
 (0)