aboutsummaryrefslogtreecommitdiff
path: root/tools/001_derive_h48
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/001_derive_h48
parent0ece4b72db22139db51e8f5f37c25f24c84f3e43 (diff)
downloadnissy-core-c182f3f16e56e9533060ffa06b25391e239a28ee.tar.gz
nissy-core-c182f3f16e56e9533060ffa06b25391e239a28ee.zip
Restore logging to stderr for tools
Diffstat (limited to 'tools/001_derive_h48')
-rw-r--r--tools/001_derive_h48/derive_h48.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/001_derive_h48/derive_h48.c b/tools/001_derive_h48/derive_h48.c
index e471f9b..e8db207 100644
--- a/tools/001_derive_h48/derive_h48.c
+++ b/tools/001_derive_h48/derive_h48.c
@@ -32,7 +32,7 @@ int main(int argc, char **argv) {
32 filename_large = argv[3]; 32 filename_large = argv[3];
33 filename_small = argv[4]; 33 filename_small = argv[4];
34 34
35 nissy_setlogger(log_stdout, NULL); 35 nissy_setlogger(log_stderr, NULL);
36 36
37 timerun(run); 37 timerun(run);
38 38

Generated with cgit - Back to sebastiano.tronto.net