]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
fix a few more s/DBUS/D-Bus/
[catta] / avahi-common / error.c
index af104227cc9861f235e0ffc4fddf727f8f1a3cea..92a22341c5e583b41a4105c0bb869c95982a0c3e 100644 (file)
@@ -52,8 +52,8 @@ const char *avahi_strerror(int error) {
 
         "Access denied",
         "Invalid operation",
-        "An unexpected DBUS error occured",
-        "Could not get a connection to the daemon",
+        "An unexpected D-Bus error occured",
+        "Daemon connection failed",
         "Memory exhausted",
         "The object passed in was not valid",
         "Daemon not running",
@@ -77,7 +77,16 @@ const char *avahi_strerror(int error) {
         "DNS failure: YXRRSET",
         "DNS failure: NXRRSET",
         "DNS failure: NOTAUTH",
-        "DNS failure: NOTZONE"
+        "DNS failure: NOTZONE",
+        "Invalid RDATA",
+        "Invalid DNS type",
+        "Invalid DNS class",
+        "Not supported",
+
+        "Not permitted",
+        "Invalid argument",
+       "Is empty",
+        "The requested operation is invalid because redundant"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)