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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-common/error.c b/avahi-common/error.c
index 3dca208..b845793 100644
--- a/avahi-common/error.c
+++ b/avahi-common/error.c
@@ -47,7 +47,8 @@ const char *avahi_strerror(int error) {
"Access denied",
"Invalid operation",
"An unexpected DBUS error occured",
- "Could not get a connection to the daemon"
+ "Could not get a connection to the daemon",
+ "Memory exhausted"
};
if (-error < 0 || -error >= -AVAHI_ERR_MAX)