Closed ilyacodes closed 6 years ago
Without flushing the buffer in sae_debug(), a case can exist where the log doesn't line up correctly with external callers' logs when using libsae. This adds a flush to help make sure logs are printed immediately.
sae_debug()
Without flushing the buffer in
sae_debug()
, a case can exist where the log doesn't line up correctly with external callers' logs when using libsae. This adds a flush to help make sure logs are printed immediately.