aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke/stroke.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stroke/stroke.c')
-rw-r--r--src/stroke/stroke.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stroke/stroke.c b/src/stroke/stroke.c
index 1d4d11894..3cc297afb 100644
--- a/src/stroke/stroke.c
+++ b/src/stroke/stroke.c
@@ -57,6 +57,8 @@ static int send_stroke_msg (stroke_msg_t *msg)
char buffer[64];
int byte_count;
+ msg->output_verbosity = 1; /* CONTROL */
+
sock = socket(AF_UNIX, SOCK_STREAM, 0);
if (sock < 0)
{