Skip to content

Commit d08ade5

Browse files
committed
Fix error
1 parent 76c67fb commit d08ade5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/handlers/http/ingest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ fn into_event_batch(
104104

105105
#[derive(Debug, thiserror::Error)]
106106
pub enum PostError {
107-
#[error("{0}")]
107+
#[error("Stream {0} not found")]
108108
StreamNotFound(String),
109109
#[error("Could not deserialize into JSON object, {0}")]
110110
SerdeError(#[from] serde_json::Error),

0 commit comments

Comments
 (0)