summaryrefslogtreecommitdiffstats
path: root/communication.c
diff options
context:
space:
mode:
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");
}
}