Removed superfluous newline in log message.

This commit is contained in:
David Nadlinger
2012-09-27 21:54:51 +02:00
parent 25beaf41b5
commit 9e8ec9613c

View File

@@ -2685,7 +2685,7 @@ DValue* FuncExp::toElem(IRState* p)
assert(fd);
if (fd->isNested()) Logger::println("nested");
Logger::println("kind = %s\n", fd->kind());
Logger::println("kind = %s", fd->kind());
fd->codegen(Type::sir);
assert(fd->ir.irFunc->func);