浏览代码

Better message for ENOTENT.

master
Richard Nyberg 18 年前
父节点
当前提交
ce0ef9d46b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      misc/ipcdefs.h

+ 1
- 1
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")


正在加载...
取消
保存