mirror of
https://github.com/katanemo/plano.git
synced 2026-05-18 13:45:15 +02:00
improve logging
This commit is contained in:
parent
941869ad24
commit
ca5c9e4824
1 changed files with 4 additions and 1 deletions
|
|
@ -487,7 +487,10 @@ impl StreamContext {
|
||||||
.contains_key(¶m.name)
|
.contains_key(¶m.name)
|
||||||
{
|
{
|
||||||
self.send_server_error(
|
self.send_server_error(
|
||||||
format!("missing required parameter: {}", param.name),
|
format!(
|
||||||
|
"missing required parameter: {}, for target: {}",
|
||||||
|
param.name, prompt_target.name
|
||||||
|
),
|
||||||
Some(StatusCode::BAD_REQUEST),
|
Some(StatusCode::BAD_REQUEST),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue