diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/rcfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rcfile.c b/src/tools/rcfile.c index 6dbc6204..3ea788d8 100644 --- a/src/tools/rcfile.c +++ b/src/tools/rcfile.c @@ -515,6 +515,7 @@ void ApplyParams(const char* name) if(param->is_box64_path_present) AppendList(&my_context->box64_path, param->box64_path, 1); if(param->is_trace_file_present) { // open a new ftrace... + printf_log(LOG_INFO, "Applying %s=%s\n", "BOX64_TRACE_FILE", param->trace_file); if(ftrace_name) { fclose(ftrace); } |