]> 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 864a5bd1c992e284d0eeabcf2ec168c53f560b5d..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",
@@ -83,7 +83,8 @@ const char *avahi_strerror(int error) {
         "Invalid DNS class",
         "Not supported",
 
-        "Not permitted"
+        "Not permitted",
+        "Invalid argument"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)