bhcli

A TUI for chatting on LE PHP Chats (onion)
git clone https://git.dasho.dev/n0tr1v/bhcli.git
Log | Files | Refs | README

commit 3f81e9557f17e7e28c30630f790c0c36fafdc56e
parent ce69d7a52e228c4ec5ad042528e9d60cb8a1970b
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri, 31 Mar 2023 12:35:41 -0700

rename file

Diffstat:
Msrc/main.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs @@ -2009,7 +2009,7 @@ fn main() -> Result<()> { let logfile = FileAppender::builder() .encoder(Box::new(PatternEncoder::new("{d} {l} {t} - {m}{n}"))) - .build("bhcli.err.log")?; + .build("bhcli.log")?; let config = log4rs::config::Config::builder() .appender(log4rs::config::Appender::builder().build("logfile", Box::new(logfile)))