From 0003ffaa21bd7f9b7da27e5b1307d41d94ab6d24 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 16 May 2016 12:52:43 +0100 Subject: [PATCH] INFO is default level now. --- README_DEV.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_DEV.md b/README_DEV.md index d0b16fc..b918071 100644 --- a/README_DEV.md +++ b/README_DEV.md @@ -16,8 +16,8 @@ to access some (rather crude) debugging and development stuff, activated by pres * [9] - Show the current frames per second * [0] - Take a screenshot once per second, saving to /tmp/tbftss on Linux. -By default, the game will output WARN level messages, or greater. To see INFO level messages, you can use: +By default, the game will output INFO level messages, or greater. To reduce to WARN level messages, you can use: -`./tbftss -info` +`./tbftss -warn` Note that using `-debug` will automatically output DEBUG level messages.