aboutsummaryrefslogtreecommitdiff
path: root/tools/302_solve_multisol
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-17 14:36:47 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-17 14:36:47 +0200
commitc182f3f16e56e9533060ffa06b25391e239a28ee (patch)
tree7c76fb69ec544d99b74e795f7596dac125617763 /tools/302_solve_multisol
parent0ece4b72db22139db51e8f5f37c25f24c84f3e43 (diff)
downloadnissy-core-c182f3f16e56e9533060ffa06b25391e239a28ee.tar.gz
nissy-core-c182f3f16e56e9533060ffa06b25391e239a28ee.zip
Restore logging to stderr for tools
Diffstat (limited to 'tools/302_solve_multisol')
-rw-r--r--tools/302_solve_multisol/solve_multisol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/302_solve_multisol/solve_multisol.c b/tools/302_solve_multisol/solve_multisol.c
index ec36711..e4256de 100644
--- a/tools/302_solve_multisol/solve_multisol.c
+++ b/tools/302_solve_multisol/solve_multisol.c
@@ -50,7 +50,7 @@ int main(int argc, char **argv) {
50 solver = argv[1]; 50 solver = argv[1];
51 nsol = atoi(argv[2]); 51 nsol = atoi(argv[2]);
52 srand(time(NULL)); 52 srand(time(NULL));
53 nissy_setlogger(log_stdout, NULL); 53 nissy_setlogger(log_stderr, NULL);
54 54
55 55
56 sprintf(filename, "tables/%s", solver); 56 sprintf(filename, "tables/%s", solver);

Generated with cgit - Back to sebastiano.tronto.net