X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=92a22341c5e583b41a4105c0bb869c95982a0c3e;hb=2635b54ef09173bbf72072436fad7d1e1fca3bc9;hp=f6f561a6a510b34fb95513d689e419783c6f0535;hpb=65ff53f25c418feea1c3e6223fbe0031b6dc5ba1;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index f6f561a..92a2234 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -52,7 +52,7 @@ const char *avahi_strerror(int error) { "Access denied", "Invalid operation", - "An unexpected DBUS error occured", + "An unexpected D-Bus error occured", "Daemon connection failed", "Memory exhausted", "The object passed in was not valid", @@ -85,7 +85,8 @@ const char *avahi_strerror(int error) { "Not permitted", "Invalid argument", - "Is empty" + "Is empty", + "The requested operation is invalid because redundant" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)