Browse Source

Better message for ENOTENT.

master
Richard Nyberg 19 years ago
parent
commit
ce0ef9d46b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      misc/ipcdefs.h

+ 1
- 1
misc/ipcdefs.h View File

@@ -10,7 +10,7 @@ ERRDEF(EBADTENT, "bad torrent entry")
ERRDEF(EBADTRACKER, "bad tracker") ERRDEF(EBADTRACKER, "bad tracker")
ERRDEF(ECREATECDIR, "couldn't create content directory") ERRDEF(ECREATECDIR, "couldn't create content directory")
ERRDEF(ENOKEY, "no such key") ERRDEF(ENOKEY, "no such key")
ERRDEF(ENOTENT, "no such torrent") ERRDEF(ENOTENT, "no such torrent entry")
ERRDEF(ESHUTDOWN, "btpd is shutting down") ERRDEF(ESHUTDOWN, "btpd is shutting down")
ERRDEF(ETACTIVE, "torrent is active") ERRDEF(ETACTIVE, "torrent is active")
ERRDEF(ETENTEXIST, "torrent entry exists") ERRDEF(ETENTEXIST, "torrent entry exists")


||||||
x
 
000:0
Loading…
Cancel
Save