소스 검색

Better message for ENOTENT.

master
Richard Nyberg 19 년 전
부모
커밋
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")


불러오는 중...
취소
저장