diff --git a/owlps-listener/owlps-listenerd.c b/owlps-listener/owlps-listenerd.c index ee69e92..a541087 100644 --- a/owlps-listener/owlps-listenerd.c +++ b/owlps-listener/owlps-listenerd.c @@ -932,7 +932,7 @@ int capture() if (capture_handler == NULL) // Capture starting failed { fprintf(stderr, "Cannot create capture handler on '%s': %s\n", - source, errbuf) ; // Note: errbuf starts with ": " + source, errbuf) ; return OWL_ERR_IFACE_PCAP_OPEN ; }