Skip to content

Commit

Permalink
k/gr_recovery_consumer: improved exception message
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Maslanka <michal@vectorized.io>
  • Loading branch information
mmaslankaprv committed May 24, 2022
1 parent da29334 commit 61601f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/kafka/server/group_recovery_consumer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void group_recovery_consumer::handle_record(model::record r) {
} catch (...) {
vlog(
klog.error,
"error handling record record - {}",
"error handling group metadata record - {}",
std::current_exception());
}
}
Expand Down

0 comments on commit 61601f9

Please sign in to comment.