Skip to content

Commit 485a391

Browse files
committed
address review comment
1 parent d4024da commit 485a391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system_information/resources.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ impl Resources {
4343
);
4444

4545
let open_files_limit = System::open_files_limit();
46-
tracing::info!(open_files.limit = open_files_limit, "open files");
46+
tracing::info!(open_files.limit = open_files_limit, "open files limit");
4747

4848
let total_memory = sys.total_memory();
4949
let free_memory = sys.free_memory();

0 commit comments

Comments
 (0)