summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-25 13:40:19 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-25 13:40:19 +0000
commit666ad4281cd3139244dc6c2ae79695490e796dd3 (patch)
tree00b40f9462b9b6179d061d985987ff23318859d7
parent0cff9e9f261774a57ee82418fc2912dd4b3652ec (diff)
*** empty log message ***
-rw-r--r--communication.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/communication.c b/communication.c
index fa19a55..59d5395 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");
}
}