We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc2aef commit 7618da5Copy full SHA for 7618da5
gen/arrays.cpp
@@ -308,8 +308,8 @@ static void DtoSetArray(DValue *array, DValue *rhs) {
308
309
LLConstant *DtoConstArrayInitializer(ArrayInitializer *arrinit,
310
Type *targetType, const bool isCfile) {
311
- IF_LOG Logger::println("DtoConstArrayInitializer: %s | %s",
312
- arrinit->toChars(), targetType->toChars());
+ IF_LOG Logger::println("DtoConstArrayInitializer | %s",
+ targetType->toChars());
313
LOG_SCOPE;
314
315
assert(arrinit->value.length == arrinit->index.length);
0 commit comments