summaryrefslogtreecommitdiffstats
path: root/stap-find-servers
diff options
context:
space:
mode:
Diffstat (limited to 'stap-find-servers')
-rwxr-xr-xstap-find-servers2
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-find-servers b/stap-find-servers
index 8eda71e8..789f508b 100755
--- a/stap-find-servers
+++ b/stap-find-servers
@@ -40,7 +40,7 @@ function find_servers {
fatal "Cannot create temporary file " $tmpfile
# Find servers
- avahi-browse $stap_avahi_service_tag --terminate -r 2>/dev/null > $tmpfile &
+ avahi-browse $stap_avahi_service_tag --terminate -r > $tmpfile &
for ((attempt=0; $attempt < $timeout; ++attempt))
do