fix share password issues
This commit is contained in:
@@ -151,6 +151,13 @@ impl WarrenMetrics for MetricsDebugLogger {
|
||||
async fn record_warren_share_cat_failure(&self) {
|
||||
tracing::debug!("[Metrics] Warren share cat failed");
|
||||
}
|
||||
|
||||
async fn record_warren_share_password_verification_success(&self) {
|
||||
tracing::debug!("[Metrics] Warren share password verification succeeded");
|
||||
}
|
||||
async fn record_warren_share_password_verification_failure(&self) {
|
||||
tracing::debug!("[Metrics] Warren share password verification failed");
|
||||
}
|
||||
}
|
||||
|
||||
impl FileSystemMetrics for MetricsDebugLogger {
|
||||
|
||||
Reference in New Issue
Block a user