summaryrefslogtreecommitdiffstats
path: root/tmate-msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmate-msg.c')
-rw-r--r--tmate-msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmate-msg.c b/tmate-msg.c
index 7fe0c0b8..2ab663f6 100644
--- a/tmate-msg.c
+++ b/tmate-msg.c
@@ -16,7 +16,7 @@ static void tmate_status_message_client(struct client *c, const char *message)
status_prompt_clear(c);
status_message_clear(c);
- xasprintf(&c->message_string, "tmate: %s", message);
+ xasprintf(&c->message_string, "[tmate] %s", message);
ARRAY_EXPAND(&c->message_log, 1);
msg = &ARRAY_LAST(&c->message_log);