bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()
A formatting specifier within Clear wasn't being used, which will cause fmt to throw an exception. This fixes that.
Please register or sign in to comment
A formatting specifier within Clear wasn't being used, which will cause fmt to throw an exception. This fixes that.