Skip to content

Commit

Permalink
add client name to message
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 16, 2022
1 parent c22a619 commit 036ddeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ static int request_pre_handler(REQUEST *request, UNUSED int action)
}

if (rcode < 0) {
RATE_LIMIT(INFO("Dropping packet without response because of error: %s", fr_strerror()));
RATE_LIMIT(INFO("Dropping packet without response because of error: %s (from client %s)", fr_strerror(), request->client->shortname));
request->reply->offset = -2; /* bad authenticator */
return 0;
}
Expand Down

0 comments on commit 036ddeb

Please sign in to comment.