From ce0ef9d46b44176c131eb99a2f19bc258268214a Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sun, 17 Sep 2006 08:26:39 +0000 Subject: [PATCH] Better message for ENOTENT. --- misc/ipcdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ipcdefs.h b/misc/ipcdefs.h index 98b2e1b..612c118 100644 --- a/misc/ipcdefs.h +++ b/misc/ipcdefs.h @@ -10,7 +10,7 @@ ERRDEF(EBADTENT, "bad torrent entry") ERRDEF(EBADTRACKER, "bad tracker") ERRDEF(ECREATECDIR, "couldn't create content directory") ERRDEF(ENOKEY, "no such key") -ERRDEF(ENOTENT, "no such torrent") +ERRDEF(ENOTENT, "no such torrent entry") ERRDEF(ESHUTDOWN, "btpd is shutting down") ERRDEF(ETACTIVE, "torrent is active") ERRDEF(ETENTEXIST, "torrent entry exists")