Просмотр исходного кода

Better message for ENOTENT.

master
Richard Nyberg 18 лет назад
Родитель
Сommit
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")


Загрузка…
Отмена
Сохранить