mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Debug log formatting fix.
This commit is contained in:
@@ -421,8 +421,8 @@ static void DtoCreateNestedContextType(FuncDeclaration* fd) {
|
||||
types.push_back(DtoType(vd->type));
|
||||
}
|
||||
if (Logger::enabled()) {
|
||||
Logger::print("Nested var '%s' of type", vd->toChars());
|
||||
Logger::cout() << *types.back() << '\n';
|
||||
Logger::cout() << "Nested var '" << vd->toChars() <<
|
||||
"' of type " << *types.back() << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user