diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-09-26 00:07:05 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-09-26 00:07:05 +0000 |
commit | 8782ae678cf60713b5513016f16b039251c40870 (patch) | |
tree | ce1057e89d56ac38acd3350af8041e9940599133 /avahi-common/error.c | |
parent | b2839754a3d1e15a3009561e69b41608014af0cb (diff) |
* rename some DBUS errrors
* add new VERSION_MISMATCH error
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@630 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/error.c')
-rw-r--r-- | avahi-common/error.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-common/error.c b/avahi-common/error.c index 73f13d2..4242361 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -59,7 +59,8 @@ const char *avahi_strerror(int error) { "Invalid protocol specification", "Invalid flags", "Not found", - "Invalid configuration" + "Invalid configuration", + "Version mismatch" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX) |