Skip to content

Commit cdc7a53

Browse files
authored
Merge pull request #1287 from jyn514/logging
Fix typo in logging for memory checker
2 parents 6259147 + 9be7352 commit cdc7a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbuilder/rustwide_builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ impl RustwideBuilder {
322322
);
323323
} else {
324324
debug!(
325-
"had enough memory: {} MiB > {} MiB",
325+
"had enough memory: {} MiB <= {} MiB",
326326
limits.memory() / 1024 / 1024,
327327
available / 1024 / 1024
328328
);

0 commit comments

Comments
 (0)