$OpenBSD: patch-finitestate_cc,v 1.1 2018/04/12 17:55:08 jasper Exp $

Index: finitestate.cc
--- finitestate.cc.orig
+++ finitestate.cc
@@ -224,7 +224,7 @@ int BssTimestampAutomata::ProcessPacket(const packet_i
             // Generate an alert, we're getting a bunch of invalid timestamps
 
             snprintf(atext, STATUS_MAX, "Out-of-sequence BSS timestamp on %s "
-                     "- got %"PRIx64", expected %"PRIx64" - this could indicate AP spoofing",
+                     "- got %" PRIx64 ", expected %" PRIx64 " - this could indicate AP spoofing",
                      in_info->bssid_mac.Mac2String().c_str(), in_info->timestamp,
                      elem->bss_timestamp);
             atracker->RaiseAlert(alertid, in_info->bssid_mac, 0, 0, 0, 
