fix a class missing exception

This commit is contained in:
James Seibel
2023-03-14 07:24:07 -05:00
parent b6ef754d61
commit 44e280e8b7
@@ -239,7 +239,7 @@ public class DhClientServerLevel extends AbstractDhClientLevel implements IDhCli
}
}
LOGGER.info("Closed "+DhClientLevel.class.getSimpleName()+" for "+this.serverLevelWrapper);
LOGGER.info("Closed "+this.getClass().getSimpleName()+" for "+this.serverLevelWrapper);
}