From 06b4fd21d6ac5f8cd03862d9a9e8f259683431e2 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 1 Aug 2002 15:08:28 +0000 Subject: *** empty log message *** --- communication.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/communication.c b/communication.c index 6414f66..e9a22b1 100644 --- a/communication.c +++ b/communication.c @@ -32,7 +32,8 @@ static void get_sockfd() sockfd = socket(AF_INET, SOCK_RAW, PF_INET); if (sockfd < 0) print_error("Problem getting a socket, " - "do you have the right permissions?"); + "you probably don't have the right " + "permissions"); } } -- cgit v1.2.3