Skip to content

Commit

Permalink
more debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Sep 9, 2024
1 parent 98ead7c commit 0d524e6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ public ServerCitizenInteraction(
super(inquiry, primary, priority, responseTuples);
this.validator = validator;
this.validatorId = validatorId;
if (this.validatorId == null)
{
this.validatorId = Component.empty();
Log.getLogger().error("Validator id is null: " + this.getClass() + " " + this.getInquiry(), new Exception());
}
}

/**
Expand Down

0 comments on commit 0d524e6

Please sign in to comment.