From ee119ecc7e4287838cec5aac127820d4738de17f Mon Sep 17 00:00:00 2001 From: frank <420@shampoo.ooo> Date: Fri, 6 May 2022 23:39:32 -0400 Subject: [PATCH] add engine name to log file name --- demo/cube/Cube.cpp | 3 ++- src/Configuration.cpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/demo/cube/Cube.cpp b/demo/cube/Cube.cpp index 1233842..7b9fde1 100644 --- a/demo/cube/Cube.cpp +++ b/demo/cube/Cube.cpp @@ -21,7 +21,8 @@ generate documentation from comments, get resource function, automatically update animations, add arguments list to animation call, queue multiple calls to animation, print list of chunk and music decoders available, allow nodes - that aren't connected to root, add imagemagick to library, add curl to library + that aren't connected to root, add imagemagick to library, add curl to library, + fail if command line flag is unrecognized :) SWEATY HANDS :) OILY SNACKS :) AND BAD HYGIENE :) diff --git a/src/Configuration.cpp b/src/Configuration.cpp index fb4695f..699665e 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -89,8 +89,8 @@ void Configuration::set_defaults() {"debug-to-stdout", false}, {"debug-to-file", false}, {"ouput-directory", "."}, - {"info-file-name", "log.txt"}, - {"debug-file-name", "debug_log.txt"} + {"info-file-name", "space_box_log.txt"}, + {"debug-file-name", "space_box_debug_log.txt"} }; sys_config["configuration"] = { {"auto-refresh", false},