Update to error string

This commit is contained in:
2024-04-03 12:57:02 -04:00
parent 0966b82d5f
commit 26fd6f8de2
+1 -1
View File
@@ -442,7 +442,7 @@ public class ItemTemplate {
}
} catch (Exception e) {
Logger.error(e);
Logger.error(template_id + ":" + e);
}
}