]> git.pond.sub.org Git - empserver/commitdiff
Update doc/debugging for recent commit a9611a57
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 10 Jul 2011 18:36:00 +0000 (20:36 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 10 Jul 2011 19:17:01 +0000 (21:17 +0200)
doc/debugging

index 4a1e0e697d93d1202c1cf668633b85b83942127d..ed7b9b2b51790745ed375280775a7bb5a7231664 100644 (file)
@@ -4,10 +4,9 @@ elements are strings of the form:
 
   "%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
-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.
 The code is being converted to call oops() for this purpose, commonly