*** empty log message ***
diff --git a/communication.c b/communication.c
index 6414f66..e9a22b1 100644
--- a/communication.c
+++ b/communication.c
@@ -32,7 +32,8 @@
 		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");
 	}
 }