aboutsummaryrefslogtreecommitdiff
path: root/tools/100_checkdata
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/100_checkdata
parent0ece4b72db22139db51e8f5f37c25f24c84f3e43 (diff)
downloadnissy-core-c182f3f16e56e9533060ffa06b25391e239a28ee.tar.gz
nissy-core-c182f3f16e56e9533060ffa06b25391e239a28ee.zip
Restore logging to stderr for tools
Diffstat (limited to 'tools/100_checkdata')
-rw-r--r--tools/100_checkdata/checkdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/100_checkdata/checkdata.c b/tools/100_checkdata/checkdata.c
index 00875fa..cf42cbe 100644
--- a/tools/100_checkdata/checkdata.c
+++ b/tools/100_checkdata/checkdata.c
@@ -41,7 +41,7 @@ int main(int argc, char **argv) {
41 41
42 solver = argv[1]; 42 solver = argv[1];
43 filename = argv[2]; 43 filename = argv[2];
44 nissy_setlogger(log_stdout, NULL); 44 nissy_setlogger(log_stderr, NULL);
45 45
46 timerun(run); 46 timerun(run);
47 47

Generated with cgit - Back to sebastiano.tronto.net