diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-05-28 20:29:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-28 14:29:58 +0200 |
| commit | 01da6215de69f0c61c59b8b494e4fb293fc29f02 (patch) | |
| tree | 97facc15f93735693a2b8f1e2024592abae4ea87 /src/build_info.c | |
| parent | 1fc558fcabcf0a9da91ce585bb82924ba0ae3de4 (diff) | |
| download | box64-01da6215de69f0c61c59b8b494e4fb293fc29f02.tar.gz box64-01da6215de69f0c61c59b8b494e4fb293fc29f02.zip | |
[WOW64] Supported logging to stdout (#2679)
Diffstat (limited to 'src/build_info.c')
| -rw-r--r-- | src/build_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_info.c b/src/build_info.c index 612a8871..964bb9d9 100644 --- a/src/build_info.c +++ b/src/build_info.c @@ -17,7 +17,7 @@ void PrintBox64Version(int prefix) { - printf_ftrace(prefix, BOX64_BUILD_INFO_STRING WITH_DYNAREC_STR WITH_TRACE_STR " built on %s %s\n", + PrintfFtrace(prefix, BOX64_BUILD_INFO_STRING WITH_DYNAREC_STR WITH_TRACE_STR " built on %s %s\n", __DATE__, __TIME__); } |