]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
Improve compatibility with Bonjour's libdns_sd (Patch from Chris Rivera, closes ...
[catta] / avahi-common / error.c
index 6c0a9000dbc18872fd0de29be6122d65f5f3aebf..92a22341c5e583b41a4105c0bb869c95982a0c3e 100644 (file)
@@ -52,7 +52,7 @@ const char *avahi_strerror(int error) {
 
         "Access denied",
         "Invalid operation",
-        "An unexpected DBUS error occured",
+        "An unexpected D-Bus error occured",
         "Daemon connection failed",
         "Memory exhausted",
         "The object passed in was not valid",
@@ -83,7 +83,10 @@ const char *avahi_strerror(int error) {
         "Invalid DNS class",
         "Not supported",
 
-        "Not permitted"
+        "Not permitted",
+        "Invalid argument",
+       "Is empty",
+        "The requested operation is invalid because redundant"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)