Cortex: LoggingConsumer: fix debug build.
This commit is contained in:
@@ -527,7 +527,7 @@ LoggingConsumer::NodeRegistered()
|
||||
void
|
||||
LoggingConsumer::Start(bigtime_t performance_time)
|
||||
{
|
||||
PRINT(("LoggingConsumer::Start(%Ld): now %Ld\n", performance_time, TimeSource()->Now()));
|
||||
PRINT(("LoggingConsumer::Start(%ld): now %ld\n", performance_time, TimeSource()->Now()));
|
||||
|
||||
log_message logMsg;
|
||||
logMsg.now = TimeSource()->Now();
|
||||
|
||||
Reference in New Issue
Block a user