summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-09-17 08:26:39 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-09-17 08:26:39 +0000
commitce0ef9d46b44176c131eb99a2f19bc258268214a (patch)
tree37fad948e5e2831f645185f95dcce02fa7c43849
parent311a05f6138cdbbbb2208ca79e0736f0fec030a8 (diff)
downloadbtpd-ce0ef9d46b44176c131eb99a2f19bc258268214a.tar.gz
btpd-ce0ef9d46b44176c131eb99a2f19bc258268214a.zip
Better message for ENOTENT.
-rw-r--r--misc/ipcdefs.h2
1 files changed, 1 insertions, 1 deletions
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")