aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-vt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-vt.c')
-rw-r--r--src/mds-vt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mds-vt.c b/src/mds-vt.c
index f277308..e82c32e 100644
--- a/src/mds-vt.c
+++ b/src/mds-vt.c
@@ -611,7 +611,7 @@ int handle_message(void)
*/
int handle_get_vt(const char* client, const char* message)
{
- char buf[57 + 44 + 3 * sizeof(int)];
+ char buf[81 + 44 + 3 * sizeof(int)];
int active = vt_get_active();
int r;
@@ -619,6 +619,7 @@ int handle_get_vt(const char* client, const char* message)
"To: %s\n"
"In response to: %s\n"
"Message ID: %" PRIu32 "\n"
+ "Origin command: get-vt\n"
"VT index: %i\n"
"Active: %s\n"
"\n",