forked from Qortal/qortal
Reduce log spam when in DEBUG mode.
This commit is contained in:
parent
97199d9b91
commit
8ccb158241
@ -363,7 +363,7 @@ public class ArbitraryDataReader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Throw a missing data exception, which allows subsequent layers to fetch data
|
// Throw a missing data exception, which allows subsequent layers to fetch data
|
||||||
LOGGER.debug(message);
|
LOGGER.trace(message);
|
||||||
throw new MissingDataException(message);
|
throw new MissingDataException(message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user