X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=67a57011c534a3e4669b093da477052d39454b27;hb=298a8cdb7b369d80a1d8bad2bd315d2a38c5a38f;hp=3dca2082ca49f099478fd9e70d8e541f0d20ca5e;hpb=7231641e5c53a9d1c255e06a7a134fa60a919f88;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index 3dca208..67a5701 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -47,7 +47,10 @@ 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", + "Daemon not running", }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)