aboutsummaryrefslogtreecommitdiff
path: root/tools/300_solve_small/solve_small.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/300_solve_small/solve_small.c')
-rw-r--r--tools/300_solve_small/solve_small.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/300_solve_small/solve_small.c b/tools/300_solve_small/solve_small.c
index bec8add..c6dd661 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) {
56 56
57 solver = argv[1]; 57 solver = argv[1];
58 srand(time(NULL)); 58 srand(time(NULL));
59 nissy_setlogger(log_stderr); 59 nissy_setlogger(log_stdout, NULL);
60 60
61 61
62 sprintf(filename, "tables/%s", solver); 62 sprintf(filename, "tables/%s", solver);

Generated with cgit - Back to sebastiano.tronto.net