]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
* strip glib from avahi-core
[catta] / avahi-common / error.c
index 8e29634879b376051e55801ee7170cd004094cbd..b84579341487d9db469170ca452a5c9a6663d942 100644 (file)
@@ -45,7 +45,10 @@ const char *avahi_strerror(int error) {
         "Too many entries",
         "OS Error",
         "Access denied",
-        "Invalid operation"
+        "Invalid operation",
+        "An unexpected DBUS error occured",
+        "Could not get a connection to the daemon",
+        "Memory exhausted"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)