]> git.meshlink.io Git - catta/blobdiff - avahi-utils/avahi-browse.c
core: don't check ARCOUNT to avoid incompatibility with EDNS0
[catta] / avahi-utils / avahi-browse.c
index e9af2d0e2c533be2f23b076e2399ec7cb052fe68..6e808a4e7e1636033233b702be406691909ea0fb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /***
   This file is part of avahi.
 
@@ -527,10 +525,15 @@ static int start(Config *config) {
 
         fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
 
-        if (config->command == COMMAND_BROWSE_DOMAINS)
+        if (config->command == COMMAND_BROWSE_DOMAINS) {
+            /* Translators: This is a column heading with abbreviations for
+             *   Event (+/-), Network Interface, Protocol (IPv4/v6), Domain */
             fprintf(stderr, _("E Ifce Prot Domain\n"));
-        else
+        } else {
+            /* Translators: This is a column heading with abbreviations for
+             *   Event (+/-), Network Interface, Protocol (IPv4/v6), Domain */
             fprintf(stderr, _("E Ifce Prot %-*s %-20s Domain\n"), n_columns-35, _("Name"), _("Type"));
+        }
     }
 
     if (config->command == COMMAND_BROWSE_SERVICES)