From c182f3f16e56e9533060ffa06b25391e239a28ee Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Apr 2025 14:36:47 +0200 Subject: Restore logging to stderr for tools --- tools/300_solve_small/solve_small.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/300_solve_small') diff --git a/tools/300_solve_small/solve_small.c b/tools/300_solve_small/solve_small.c index c6dd661..d81ed51 100644 --- a/tools/300_solve_small/solve_small.c +++ b/tools/300_solve_small/solve_small.c @@ -56,7 +56,7 @@ int main(int argc, char **argv) { solver = argv[1]; srand(time(NULL)); - nissy_setlogger(log_stdout, NULL); + nissy_setlogger(log_stderr, NULL); sprintf(filename, "tables/%s", solver); -- cgit v1.3