X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=67a57011c534a3e4669b093da477052d39454b27;hb=298a8cdb7b369d80a1d8bad2bd315d2a38c5a38f;hp=b84579341487d9db469170ca452a5c9a6663d942;hpb=4f0a5e7572a4257894b4bfede42c26d65152609e;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index b845793..67a5701 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -48,7 +48,9 @@ const char *avahi_strerror(int error) { "Invalid operation", "An unexpected DBUS error occured", "Could not get a connection to the daemon", - "Memory exhausted" + "Memory exhausted", + "The object passed in was not valid", + "Daemon not running", }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)