]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
* Rename AVAHI_ERR_NOT_CONNECTED to AVAHI_ERR_DISCONNECTED
[catta] / avahi-common / error.c
index f2216b4a9541867a290250bc77bf8b0c0bd19607..6c0a9000dbc18872fd0de29be6122d65f5f3aebf 100644 (file)
@@ -53,7 +53,7 @@ const char *avahi_strerror(int error) {
         "Access denied",
         "Invalid operation",
         "An unexpected DBUS error occured",
-        "Could not get a connection to the daemon",
+        "Daemon connection failed",
         "Memory exhausted",
         "The object passed in was not valid",
         "Daemon not running",
@@ -78,8 +78,12 @@ const char *avahi_strerror(int error) {
         "DNS failure: NXRRSET",
         "DNS failure: NOTAUTH",
         "DNS failure: NOTZONE",
+        "Invalid RDATA",
+        "Invalid DNS type",
+        "Invalid DNS class",
+        "Not supported",
 
-        "Invalid RDATA"
+        "Not permitted"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)