From 0f9fbd4d89fbf0fab4d375f0b318ed2ab78e6a79 Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Thu, 30 Jul 2020 11:13:19 -0700 Subject: =?UTF-8?q?(/=E3=83=BB=E3=83=BB)=E3=83=8E=20spawnCustom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit alt+enter on default opens xterm --- src/logger.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/logger.nim') diff --git a/src/logger.nim b/src/logger.nim index bf878b0..bf32981 100644 --- a/src/logger.nim +++ b/src/logger.nim @@ -1,6 +1,6 @@ import logging -const debug = false # set this to true to get debug messags +const debug = false # set this to true to get debug messages var consoleLog* = newConsoleLogger(fmtStr="kauw/ $time/ $levelname: ") -- cgit v1.2.3