Skip to content

Commit

Permalink
make logger debug instead of warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Meredith Espinosa authored Jul 1, 2020
1 parent db67a51 commit c81e398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void render(HolographicBridgeProjectorBlockEntity entity, float tickDelta
BlockState b = entity.getWorld().getBlockState(entity.getPos());

if(!(b.getBlock() instanceof HolographicBridgeProjectorBlock)) {
AstromineCommon.LOGGER.warn("Holo Bridge Projector BE exists in spot where it shouldn't! "+entity.getPos());
AstromineCommon.LOGGER.debug("Holo Bridge Projector BE exists in spot where it shouldn't! "+entity.getPos());
return;
}

Expand Down

0 comments on commit c81e398

Please sign in to comment.