Skip to content

Commit

Permalink
bug fix for old compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Oct 6, 2023
1 parent 4951fe9 commit 214ab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlio_profiler/core/dlio_profiler_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ namespace dlio_profiler {
} else {
this->process_id = *process_id;
}
DLIO_PROFILER_LOGINFO("Setting process_id to %s", this->process_id);
DLIO_PROFILER_LOGINFO("Setting process_id to %d", this->process_id);

dlio_profiler::Singleton<DLIOLogger>::get_instance()->update_log_file(this->log_file, this->process_id);
brahma_gotcha_wrap("dlio_profiler", this->gotcha_priority);
Expand Down

0 comments on commit 214ab0c

Please sign in to comment.