X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=67a57011c534a3e4669b093da477052d39454b27;hb=50be1d3adfb0d0c378b3464a99690441ab1e5f14;hp=0635161e9275c5ba0251876a1429dd7572b5eea9;hpb=3d2e63d2c5c351dde38b24a45a679ce819ed0e41;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index 0635161..67a5701 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -48,8 +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" - "The object passed in was not valid" + "Memory exhausted", + "The object passed in was not valid", + "Daemon not running", }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)