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