Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33313066
D12623.1768817477.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
463 B
Referenced Files
None
Subscribers
None
D12623.1768817477.diff
View Options
diff --git a/services/identity/src/websockets/mod.rs b/services/identity/src/websockets/mod.rs
--- a/services/identity/src/websockets/mod.rs
+++ b/services/identity/src/websockets/mod.rs
@@ -292,10 +292,7 @@
}
}
} else {
- error!(
- errorType = error_types::SEARCH_LOG,
- "No authentication message from {}", addr
- );
+ warn!("No authentication message from {}", addr);
close_connection(outgoing).await;
return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 10:11 AM (10 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5952354
Default Alt Text
D12623.1768817477.diff (463 B)
Attached To
Mode
D12623: [identity] downgrade no auth message error to warning
Attached
Detach File
Event Timeline
Log In to Comment