mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +01:00
modules/vm: Fix redundancy in log message.
This commit is contained in:
parent
f1556f880e
commit
ad449e3290
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ catch(const ctx::interrupted &e) // INTERRUPTION
|
|||
return handle_error
|
||||
(
|
||||
*eval.opts, fault::INTERRUPT,
|
||||
"eval %s #NMI (Interrupted): %s",
|
||||
"eval %s #NMI: %s",
|
||||
json::get<"event_id"_>(event)?: json::string{"<edu>"},
|
||||
e.what()
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue