mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-09 20:37:25 +03:00
Debug log formatting fix.
This commit is contained in:
parent
e068df24b2
commit
080d0cef0f
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue