summaryrefslogtreecommitdiffstats
path: root/communication.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-08-01 15:08:28 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-08-01 15:08:28 +0000
commit06b4fd21d6ac5f8cd03862d9a9e8f259683431e2 (patch)
treef7052d07d54e0c4629228aa2a9d67f4eeccc780b /communication.c
parenta2d38fe0b6b1309b6df8c649ec318263ae39d418 (diff)
*** empty log message ***
Diffstat (limited to 'communication.c')
-rw-r--r--communication.c3
1 files changed, 2 insertions, 1 deletions
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");
}
}