summaryrefslogtreecommitdiffstats
path: root/avahi-common/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/error.c')
-rw-r--r--avahi-common/error.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/avahi-common/error.c b/avahi-common/error.c
index 8e29634..3dca208 100644
--- a/avahi-common/error.c
+++ b/avahi-common/error.c
@@ -45,7 +45,9 @@ 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"
};
if (-error < 0 || -error >= -AVAHI_ERR_MAX)