diff --git a/src/apps/cortex/addons/LoggingConsumer/LoggingConsumer.cpp b/src/apps/cortex/addons/LoggingConsumer/LoggingConsumer.cpp index 1997e519ff..5539dbcf63 100644 --- a/src/apps/cortex/addons/LoggingConsumer/LoggingConsumer.cpp +++ b/src/apps/cortex/addons/LoggingConsumer/LoggingConsumer.cpp @@ -527,7 +527,8 @@ LoggingConsumer::NodeRegistered() void LoggingConsumer::Start(bigtime_t performance_time) { - PRINT(("LoggingConsumer::Start(%ld): now %ld\n", performance_time, TimeSource()->Now())); + PRINT(("LoggingConsumer::Start(%" B_PRIdBIGTIME "): now %" B_PRIdBIGTIME "\n", + performance_time, TimeSource()->Now())); log_message logMsg; logMsg.now = TimeSource()->Now();