diff options
Diffstat (limited to 'src/starter/starterstroke.c')
-rw-r--r-- | src/starter/starterstroke.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c index 752ebc13f..aae8d5b59 100644 --- a/src/starter/starterstroke.c +++ b/src/starter/starterstroke.c @@ -83,6 +83,9 @@ static int send_stroke_msg (stroke_msg_t *msg) struct sockaddr_un ctl_addr = { AF_UNIX, CHARON_CTL_FILE }; int byte_count; char buffer[64]; + + /* starter is not called from commandline, and therefore absolutely silent */ + msg->output_verbosity = -1; int sock = socket(AF_UNIX, SOCK_STREAM, 0); |