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 --- caputils/airpcap_loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'caputils') diff --git a/caputils/airpcap_loader.c b/caputils/airpcap_loader.c index 8a5c7e10af..8a9d10a5dc 100644 --- a/caputils/airpcap_loader.c +++ b/caputils/airpcap_loader.c @@ -642,7 +642,7 @@ airpcap_if_info_print(airpcap_if_info_t* if_info) guint i; if (if_info == NULL) { - g_print("\nWARNING : AirPcap Interface pointer is NULL!\n"); + g_print("\nWARNING : AirPcap Interface pointer is NULL.\n"); return; } -- cgit v1.2.1