Update doc/debugging for recent commit a9611a57
This commit is contained in:
parent
c6d3f68bbb
commit
16d00ae7bf
1 changed files with 2 additions and 3 deletions
|
@ -4,10 +4,9 @@ elements are strings of the form:
|
||||||
|
|
||||||
"%3d %3d %s", index, player->cnum, command
|
"%3d %3d %s", index, player->cnum, command
|
||||||
|
|
||||||
When the player is prompted, then [prompt] is inserted as command.
|
|
||||||
|
|
||||||
The server tries to log the most recent player commands when it
|
The server tries to log the most recent player commands when it
|
||||||
crashes.
|
crashes. If you need better logs after a crash, consider enabling the
|
||||||
|
journal log file.
|
||||||
|
|
||||||
When the server detects a problem, it logs it and tries to recover.
|
When the server detects a problem, it logs it and tries to recover.
|
||||||
The code is being converted to call oops() for this purpose, commonly
|
The code is being converted to call oops() for this purpose, commonly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue