[haiku-commits] Re: haiku: hrev48806 - src/apps/cortex/addons/LoggingConsumer

  • From: Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 15 Feb 2015 05:09:29 +0000

 On Sun, 15 Feb 2015 3:59 PM null <waddlesplash@xxxxxxxxx> wrote:

hrev48806 adds 1 changeset to branch 'master'
old head: 4e38bdba1781bac2598e5f6319bf183fc2ab765b
new head: ecbca3feeca1f6d1fda98aa53190ed8a90d9f7ce
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=ecbca3feeca1+%5E4e38bdba1781

----------------------------------------------------------------------------

ecbca3feeca1: Cortex: LoggingConsumer: fix debug build.

                              [ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev48806
Commit:      ecbca3feeca1f6d1fda98aa53190ed8a90d9f7ce
URL:         http://cgit.haiku-os.org/haiku/commit/?id=ecbca3feeca1
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Sun Feb 15 02:58:28 2015 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/cortex/addons/LoggingConsumer/LoggingConsumer.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/cortex/addons/LoggingConsumer/LoggingConsumer.cpp
b/src/apps/cortex/addons/LoggingConsumer/LoggingConsumer.cpp
index 5d67863..1997e51 100644
--- a/src/apps/cortex/addons/LoggingConsumer/LoggingConsumer.cpp
+++ b/src/apps/cortex/addons/LoggingConsumer/LoggingConsumer.cpp
@@ -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();


Shouldn't this use the B_PRI macro?

Other related posts: