diff options
Diffstat (limited to 'src/sub_commands')
| -rw-r--r-- | src/sub_commands/send.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/send.rs b/src/sub_commands/send.rs index 95d3eb0..33ce104 100644 --- a/src/sub_commands/send.rs +++ b/src/sub_commands/send.rs | |||
| @@ -405,7 +405,7 @@ pub async fn send_events( | |||
| 405 | console::style( | 405 | console::style( |
| 406 | e.to_string() | 406 | e.to_string() |
| 407 | .replace("relay pool error:", "error:") | 407 | .replace("relay pool error:", "error:") |
| 408 | .replace("event not published: ", ""), | 408 | .replace("event not published: ", "error: "), |
| 409 | ) | 409 | ) |
| 410 | .for_stderr() | 410 | .for_stderr() |
| 411 | .red() | 411 | .red() |