]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
add an 'Error' property to ClientStateArgs
[catta] / avahi-common / error.c
index 864a5bd1c992e284d0eeabcf2ec168c53f560b5d..f6f561a6a510b34fb95513d689e419783c6f0535 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",
@@ -83,7 +83,9 @@ const char *avahi_strerror(int error) {
         "Invalid DNS class",
         "Not supported",
 
-        "Not permitted"
+        "Not permitted",
+        "Invalid argument",
+       "Is empty"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)