Skip to content

Commit 37c49f7

Browse files
committed
Fix after rebase
1 parent b612f68 commit 37c49f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native/clr/host/assembly-store.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ auto AssemblyStore::open_assembly (std::string_view const& name, int64_t &size)
211211
if (hash_entry == nullptr) {
212212
// This message should really be `log_warn`, but since CoreCLR attempts to load `AssemblyName.ni.dll` for each
213213
// `AssemblyName.dll`, it creates a lot of non-actionable noise.
214-
// TODO: generate hashes for the .ni.dll names and ignore them at the top of the function. Then restore
214+
// TODO (in separate PR): generate hashes for the .ni.dll names and ignore them at the top of the function. Then restore
215215
// `log_warn` here.
216216
log_debug (LOG_ASSEMBLY, "Assembly '{}' (hash 0x{:x}) not found"sv, optional_string (name.data ()), name_hash);
217217
return nullptr;

0 commit comments

Comments
 (0)