From d84577fe1aeb8e3b06d922258ccb482e5a2201cc Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 19 Feb 2017 10:58:47 -0800 Subject: Yell at the user less. Our user-facing messages should have a helpful (or at the very least neutral) tone. In English, exclamation points are neither. Replace a bunch of them with periods. Change-Id: I29c3b2f84c25e06aae5b559860224559053a0378 Reviewed-on: https://code.wireshark.org/review/20189 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- sharkd_session.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sharkd_session.c') diff --git a/sharkd_session.c b/sharkd_session.c index 009e6d9755..d58c15e07f 100644 --- a/sharkd_session.c +++ b/sharkd_session.c @@ -1848,7 +1848,7 @@ sharkd_session_process(char *buf, const jsmntok_t *tokens, int count) if (!tok_req) { - fprintf(stderr, "sanity check(4): no \"req\"!\n"); + fprintf(stderr, "sanity check(4): no \"req\".\n"); return; } @@ -1909,7 +1909,7 @@ sharkd_session_main(void) jsmntok_t *tokens = NULL; int tokens_max = -1; - fprintf(stderr, "Hello in child!\n"); + fprintf(stderr, "Hello in child.\n"); while (fgets(buf, sizeof(buf), stdin)) { -- cgit v1.2.1