forked from Qortal/qortal
Reduced log spam.
This commit is contained in:
parent
90836afd91
commit
e0ebfb9b53
@ -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.info(message);
|
LOGGER.debug(message);
|
||||||
throw new MissingDataException(message);
|
throw new MissingDataException(message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user