Skip to content

Commit

Permalink
[ISSUE#273]fix AbstractBoltClientService log class name depency incor…
Browse files Browse the repository at this point in the history
…rectly. (sofastack#274)
  • Loading branch information
zongtanghu authored and fengjiachun committed Sep 18, 2019
1 parent 588db25 commit 6d572a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
*/
public abstract class AbstractBoltClientService implements ClientService {

protected static final Logger LOG = LoggerFactory.getLogger(BoltRaftClientService.class);
protected static final Logger LOG = LoggerFactory.getLogger(AbstractBoltClientService.class);

static {
ProtobufMsgFactory.load();
Expand Down

0 comments on commit 6d572a6

Please sign in to comment.