mds_dest should be traced in hexadecimal format. Ack when the format is changed. No need for another review.
Best regards, Zoran -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: den 1 oktober 2014 10:44 To: Zoran Milinkovic; [email protected]; [email protected] Cc: [email protected] Subject: [PATCH 1 of 1] build:compilation issue on 32-bit machine [#1143] osaf/libs/core/mds/mds_dt_common.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/osaf/libs/core/mds/mds_dt_common.c b/osaf/libs/core/mds/mds_dt_common.c --- a/osaf/libs/core/mds/mds_dt_common.c +++ b/osaf/libs/core/mds/mds_dt_common.c @@ -814,7 +814,7 @@ uint32_t mds_tmr_mailbox_processing(void /* only delete if process not exist to avoid race with a client * that re-registers immediately after unregister */ if ((info != NULL) && (kill(info->pid, 0) == -1)) { - TRACE("TIMEOUT, deleting entry for %lx, pid:%d", + TRACE("TIMEOUT, deleting entry for %"PRIu64", pid:%d", info->mds_dest, info->pid); (void)mds_process_info_del(info); } ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
