add DEBUG

This commit is contained in:
Joey Hess 2020-07-27 11:31:00 -04:00
parent f5e65d680b
commit 3953c7a0ce
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 30 additions and 1 deletions

View file

@ -122,6 +122,9 @@ This is where work happens.
These messages can be sent at any time by either git-annex or the program.
* `DEBUG message`
Tells git-annex to display the message if --debug is enabled.
(git-annex does not send a reply to this message.)
* `ERROR ErrorMsg`
Generic error. Can be sent at any time if things get too messed up to
continue. When possible, use a more specific reply.

View file

@ -378,7 +378,7 @@ handling a request.
may be empty to get all urls.
(git-annex replies one or more times with VALUE for each url.
The final VALUE has an empty value, indicating the end of the url list.)
* `DEBUG message`
* `DEBUG message`
Tells git-annex to display the message if --debug is enabled.
(git-annex does not send a reply to this message.)