diff options
Diffstat (limited to 'tools/100_checkdata')
| -rw-r--r-- | tools/100_checkdata/checkdata.c | 2 |
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 | ||
