Addition of mineral id to variation data logs.

This commit is contained in:
MobiusDevelopment
2021-01-01 15:33:52 +00:00
parent bf2f2cc863
commit 58c14c7461
17 changed files with 34 additions and 34 deletions

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);

View File

@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
final Options opt = OptionData.getInstance().getOptions(optionId); final Options opt = OptionData.getInstance().getOptions(optionId);
if (opt == null) if (opt == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
return; return;
} }
options.put(opt, optionChance); options.put(opt, optionChance);
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
final Options op = OptionData.getInstance().getOptions(id); final Options op = OptionData.getInstance().getOptions(id);
if (op == null) if (op == null)
{ {
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id); LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
return; return;
} }
options.put(op, optionChance); options.put(op, optionChance);