X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=67a57011c534a3e4669b093da477052d39454b27;hb=298a8cdb7b369d80a1d8bad2bd315d2a38c5a38f;hp=8e29634879b376051e55801ee7170cd004094cbd;hpb=9681c6175cda1ab1bb3bf5b0ffe326f0b80823de;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index 8e29634..67a5701 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -45,7 +45,12 @@ 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", + "The object passed in was not valid", + "Daemon not running", }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)