Added note to fix /dev/tap problems

This commit is contained in:
Luca Deri 2018-12-22 08:23:22 +01:00
parent f02b68f5af
commit 1e8b61806d

View File

@ -46,7 +46,8 @@ int tuntap_open(tuntap_dev *device /* ignored */,
}
if(device->fd < 0) {
traceEvent(TRACE_ERROR, "Unable to open tap device");
traceEvent(TRACE_ERROR, "Unable to open tap device %s", tap_device);
traceEvent(TRACE_ERROR, "Please read https://github.com/ntop/n2n/blob/dev/doc/n2n_on_MacOS.txt");
return(-1);
} else {
char buf[256];