]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
* start implementing error handling in avahi-client
[catta] / avahi-common / error.c
index 0635161e9275c5ba0251876a1429dd7572b5eea9..67a57011c534a3e4669b093da477052d39454b27 100644 (file)
@@ -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)