summaryrefslogtreecommitdiffstats
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
commit41080a75f9f6c471526c9d5f37d2f99eb93c13cd (patch)
treee0520b3304a8e33e6c77e02e13916230fcdcfebe
parent85cac18698106cc56433333e432072ce67468b10 (diff)
*** empty log message ***
-rw-r--r--userspace/ebtables2/communication.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/userspace/ebtables2/communication.c b/userspace/ebtables2/communication.c
index 6414f66..e9a22b1 100644
--- a/userspace/ebtables2/communication.c
+++ b/userspace/ebtables2/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");
}
}