diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-17 14:36:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-17 14:36:47 +0200 |
| commit | c182f3f16e56e9533060ffa06b25391e239a28ee (patch) | |
| tree | 7c76fb69ec544d99b74e795f7596dac125617763 /tools/000_gendata/gendata.c | |
| parent | 0ece4b72db22139db51e8f5f37c25f24c84f3e43 (diff) | |
| download | nissy-core-c182f3f16e56e9533060ffa06b25391e239a28ee.tar.gz nissy-core-c182f3f16e56e9533060ffa06b25391e239a28ee.zip | |
Restore logging to stderr for tools
Diffstat (limited to 'tools/000_gendata/gendata.c')
| -rw-r--r-- | tools/000_gendata/gendata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/000_gendata/gendata.c b/tools/000_gendata/gendata.c index 3123bf5..470fe9b 100644 --- a/tools/000_gendata/gendata.c +++ b/tools/000_gendata/gendata.c | |||
| @@ -51,7 +51,7 @@ int main(int argc, char **argv) { | |||
| 51 | parse_h48_solver(solver, &h, &k); | 51 | parse_h48_solver(solver, &h, &k); |
| 52 | expected = expected_h48[h][k]; | 52 | expected = expected_h48[h][k]; |
| 53 | 53 | ||
| 54 | nissy_setlogger(log_stdout, NULL); | 54 | nissy_setlogger(log_stderr, NULL); |
| 55 | 55 | ||
| 56 | timerun(run); | 56 | timerun(run); |
| 57 | 57 | ||
