]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
don't build static library for dbus-watch-glue and the like, instead compile the...
[catta] / avahi-common / error.c
index c997dc05f7d44d89a2799fc5580281d83f982fc9..6fe981cf0f1fa14b595473b2974f9db9217e443a 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",
@@ -80,7 +80,11 @@ const char *avahi_strerror(int error) {
         "DNS failure: NOTZONE",
         "Invalid RDATA",
         "Invalid DNS type",
-        "Invalid DNS class"
+        "Invalid DNS class",
+        "Not supported",
+
+        "Not permitted",
+        "Invalid argument"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)