diff --git a/output.cc b/output.cc index 3dbdb748c..208a633fe 100644 --- a/output.cc +++ b/output.cc @@ -288,7 +288,7 @@ void win32_fatal_raw_sockets(const char *devname) { "for this scan.", devname); } else { fatal("Only ethernet devices can be used for raw scans on Windows. Use\n" - "the --unprivileged option for this scan.", devname); + "the --unprivileged option for this scan."); } }