Skip to content

Commit 9be7352

Browse files
committed
Fix typo in logging for memory checker
1 parent 6259147 commit 9be7352

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)