X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=0635161e9275c5ba0251876a1429dd7572b5eea9;hb=80c97b69cc8fb2663296182514d993036e4caaa5;hp=3dca2082ca49f099478fd9e70d8e541f0d20ca5e;hpb=7231641e5c53a9d1c255e06a7a134fa60a919f88;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index 3dca208..0635161 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -47,7 +47,9 @@ 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" + "The object passed in was not valid" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)