mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 09:15:28 +00:00
update error message
This commit is contained in:
parent
c3f701bc6a
commit
122baaba2d
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ impl Connection {
|
||||||
query,
|
query,
|
||||||
} => {
|
} => {
|
||||||
eprintln!(
|
eprintln!(
|
||||||
"[{}] > [{}] `{query:?}` (`{:?}`): internal server error: `{message}`",
|
"[{}] > [{}] internal server error: `{message}` query: `{query:?}` path: `{:?}`",
|
||||||
self.address.server,
|
self.address.server,
|
||||||
self.address.client,
|
self.address.client,
|
||||||
path.map(|p| p.to_string_lossy().to_string()),
|
path.map(|p| p.to_string_lossy().to_string()),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue