Skip to content

Commit

Permalink
webdav: fix formatting broken by 2ddd74a
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Oct 24, 2023
1 parent 2ddd74a commit c71edfb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,8 @@ private void sendRemoveInfoToBilling(FileAttributes attributes, FsPath path) {
_kafkaSender.accept(infoRemove);
} catch (KafkaException | org.apache.kafka.common.KafkaException e) {
LOGGER.warn("Failed to send message to kafka: {} ", Throwables.getRootCause(e).getMessage());
} }
}
}

/**
* Deletes a directory.
Expand Down

0 comments on commit c71edfb

Please sign in to comment.