From 2d0ca57ecd687a92f984e31eb39c6f48929229e8 Mon Sep 17 00:00:00 2001 From: proski Date: Thu, 25 Jun 2009 01:13:24 +0000 Subject: [PATCH] Use decimal notation in a debug message git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4057 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ath/if_ath.c b/ath/if_ath.c index b8b7b30..a3e04ca 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -6478,8 +6478,8 @@ ath_recv_mgmt(struct ieee80211vap * vap, struct ieee80211_node *ni_or_null, /* Check sc_nexttbtt */ if (sc->sc_nexttbtt < hw_tu) { DPRINTF(sc, ATH_DEBUG_BEACON, - "sc_nexttbtt (%8x TU) is in the past " - "(tsf %8x TU), updating timers\n", + "sc_nexttbtt (%u TU) is in the past " + "(tsf %u TU), updating timers\n", sc->sc_nexttbtt, hw_tu); do_merge = 1; } -- 2.35.1